made soundMode into a u8

This commit is contained in:
Reonu
2021-07-18 11:23:31 +01:00
parent 28171f51f2
commit d46a217565

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