1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00
Funkin/source
Mike Welsh 97884021c0 Fix bad initial save data when no save data present
If no save data was present, the game would check for legacy save
data in the ninjamuffin99 path to migrate over. This code was
incorrectly checking `FlxSave.data == null` to determine if
legacy data was present.

This caused an empty legacy save being migrated over, resulting
in a `volume` of 0 for any new player of the game.
2024-04-08 22:08:24 -07:00
..
funkin Fix bad initial save data when no save data present 2024-04-08 22:08:24 -07:00
haxe/ui/backend/flixel A bunch of checkstyle fixes 2024-03-16 22:20:22 -04:00
Main.hx Merge branch 'rewrite/master' into formatting-fixes 2024-03-22 19:00:29 -07:00
module.xml Validated formatting of 338 XML files. 2023-06-08 16:34:06 -04:00
Postbuild.hx A bunch of checkstyle fixes 2024-03-16 22:20:22 -04:00
Prebuild.hx A bunch of checkstyle fixes 2024-03-16 22:20:22 -04:00