summaryrefslogtreecommitdiffstats
path: root/src/audio/soundlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/soundlist.h')
-rw-r--r--src/audio/soundlist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/audio/soundlist.h b/src/audio/soundlist.h
index ba2c8bec..98982f61 100644
--- a/src/audio/soundlist.h
+++ b/src/audio/soundlist.h
@@ -1,6 +1,6 @@
#pragma once
-enum eSound : uint16
+enum eSound
{
SOUND_CAR_DOOR_CLOSE_BONNET = 0,
SOUND_CAR_DOOR_CLOSE_BUMPER,
@@ -201,14 +201,14 @@ enum eSound : uint16
SOUND_FRONTEND_AUDIO_TEST,
SOUND_INJURED_PED_MALE_OUCH,
SOUND_INJURED_PED_FEMALE,
- SOUND_SET_202,
+ SOUND_SHIRT_WIND_FLAP,
SOUND_SET_203,
SOUND_TOTAL_SOUNDS = 204,
SOUND_NO_SOUND = 205,
};
-enum eScriptSounds : uint16 {
+enum eScriptSounds {
SCRIPT_SOUND_BANK_ALARM_LOOP = 0,
SCRIPT_SOUND_PART_MISSION_COMPLETE,
SCRIPT_SOUND_POLICE_CELL_DOOR_SLIDING_LOOP,