forked from etternagame/etterna
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix garbage highscore pointers and ranking reloading
Replaced the vector with highscore pointers to 2 vectors(one with pointers to highscore vectors, and another with unsigned ints which are the indexes of the vectors to which the pointers in the first one point) to make the ranking still work after new highscores are added instead of returning garbage.
- Loading branch information
1 parent
e9f6ab6
commit 3f1b927
Showing
2 changed files
with
91 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters