diff options
Diffstat (limited to 'src/audio/soundlist.h')
-rw-r--r-- | src/audio/soundlist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/audio/soundlist.h b/src/audio/soundlist.h index a4235d2b..ba2c8bec 100644 --- a/src/audio/soundlist.h +++ b/src/audio/soundlist.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once enum eSound : uint16 { @@ -116,8 +116,8 @@ enum eSound : uint16 SOUND_PED_MIAMIVICE_EXITING_CAR, SOUND_PED_COP_HELIPILOTPHRASE, SOUND_PED_PULLOUTWEAPON, - SOUND_PED_HELI_PLAYER_FOUND, - SOUND_115, + SOUND_PED_HELI_PLAYER_FOUND = 114, + SOUND_PED_VCPA_PLAYER_FOUND = 115, SOUND_PED_ON_FIRE, SOUND_PED_AIMING, SOUND_PED_HANDS_UP, |