diff options
author | aap <aap@papnet.eu> | 2020-08-20 13:20:48 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-08-20 13:20:48 +0200 |
commit | 7da4f7fc35196381f94331dbfeb2812e3af7eda7 (patch) | |
tree | 2e9ae96a83991e932c9e9d189d47473e2b4ba0e9 /src/audio/soundlist.h | |
parent | rw stuff done & other small things (diff) | |
download | re3-7da4f7fc35196381f94331dbfeb2812e3af7eda7.tar re3-7da4f7fc35196381f94331dbfeb2812e3af7eda7.tar.gz re3-7da4f7fc35196381f94331dbfeb2812e3af7eda7.tar.bz2 re3-7da4f7fc35196381f94331dbfeb2812e3af7eda7.tar.lz re3-7da4f7fc35196381f94331dbfeb2812e3af7eda7.tar.xz re3-7da4f7fc35196381f94331dbfeb2812e3af7eda7.tar.zst re3-7da4f7fc35196381f94331dbfeb2812e3af7eda7.zip |
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 2a5b83cf..bc9ac09a 100644 --- a/src/audio/soundlist.h +++ b/src/audio/soundlist.h @@ -146,9 +146,9 @@ enum eSound : uint16 SOUND_PED_LEAVE_VEHICLE, SOUND_PED_EVADE, SOUND_PED_FLEE_RUN, - SOUND_PED_CAR_COLLISION, - SOUND_PED_BOAT_COLLISION, - SOUND_PED_HORN_ACTIVE, + SOUND_PED_CRASH_VEHICLE, + SOUND_PED_CRASH_CAR, + SOUND_PED_ANNOYED_DRIVER, SOUND_PED_147, SOUND_PED_SOLICIT, SOUND_PED_149, |