diff options
Diffstat (limited to 'Source/Sfx.h')
| -rw-r--r-- | Source/Sfx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Sfx.h b/Source/Sfx.h index e87570f..f04fc2e 100644 --- a/Source/Sfx.h +++ b/Source/Sfx.h @@ -13,11 +13,11 @@ /* ************************************* * Structs and enums * *************************************/ -typedef enum t_musicTracks +typedef enum { INTRO_TRACK = 2, - GAMEPLAY_TRACK1 = 3, - GAMEPLAY_TRACK2 = 4, + GAMEPLAY_TRACK1, + GAMEPLAY_TRACK2, GAMEPLAY_FIRST_TRACK = GAMEPLAY_TRACK1, GAMEPLAY_LAST_TRACK = GAMEPLAY_TRACK2 }MUSIC_TRACKS; |
