aboutsummaryrefslogtreecommitdiff
path: root/Source/Sfx.h
diff options
context:
space:
mode:
authorXavier ASUS <xavi92psx@gmail.com>2018-11-24 15:38:04 +0100
committerXavier ASUS <xavi92psx@gmail.com>2018-11-24 15:38:04 +0100
commite4ab93f21e73dd86c41c754f4401f87f58c80afe (patch)
tree19dd2f4ea4ed3ab542797d72f18b835bd0fbb062 /Source/Sfx.h
parent6c687dd30b552d646c87c2361394a1183ef5281a (diff)
downloadairport-e4ab93f21e73dd86c41c754f4401f87f58c80afe.tar.gz
Temporarily removed CDDA tracks
Diffstat (limited to 'Source/Sfx.h')
-rw-r--r--Source/Sfx.h6
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;