You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
made soundMode into a u8
This commit is contained in:
@@ -58,7 +58,7 @@ struct MainMenuSaveData
|
||||
// the older the high score is. This is used for tie-breaking when displaying
|
||||
// on the high score screen.
|
||||
u32 coinScoreAges[NUM_SAVE_FILES];
|
||||
u16 soundMode: 2;
|
||||
u8 soundMode: 2;
|
||||
#ifdef WIDE
|
||||
u8 wideMode: 1;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user