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

Simple bug fixes #254

Merged
merged 2 commits into from
Nov 7, 2024
Merged

Simple bug fixes #254

merged 2 commits into from
Nov 7, 2024

Conversation

CardamomCake
Copy link
Contributor

@CardamomCake CardamomCake commented Nov 7, 2024

Ive decided to try to fix the huge commit mess from a few months ago, and cut it down to more bite sized commits. These two one line bug fixes should be a good start.

The first bugfix is explicitly loading the ghosts during the level load process so, currently it is the menu leaderboard that loads the ghosts, and this creates issues for custom levels as they only load the leaderboard once a time has been set, before that they will load the last active set of ghosts which may be from a different level. Explicitly loading the correct ghosts during level load fixes this.

The other bugfix is that the replays don't load the ship parameters that are stored in the replay files, when relevant this causes stuttering.

@jukibom
Copy link
Owner

jukibom commented Nov 7, 2024

related #249

@jukibom jukibom merged commit f3dd947 into jukibom:main Nov 7, 2024
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