soundMode is u8 and uses bitfield

This commit is contained in:
Reonu
2021-07-20 03:50:39 +01:00
parent 9e9b4dbde8
commit ea7cd2830f

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;
u8 soundMode: 2;
#ifdef VERSION_EU
u16 language;