Merge branch 'master' into compiler-warnings

This commit is contained in:
gheskett
2021-07-18 05:29:32 -05:00

View File

@@ -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