Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mounts: Fix issues with vehicles and flying mounts #582

Closed
wants to merge 3 commits into from

Conversation

insunaa
Copy link
Contributor

@insunaa insunaa commented Jan 2, 2025

🍰 Pullrequest

This PR fixes a crash in Vehicle code that is caused by the vehicleInfo being destroyed before UnBoard is called, with UnBoard necessarily referencing vehicleInfo, which is its parent.

This PR also ensures that flying mounts have their speed properly updated. Don't ask my why it wasn't before.

src/game/Entities/Player.cpp Outdated Show resolved Hide resolved
@killerwife killerwife closed this in d0d657a Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants