summaryrefslogtreecommitdiffstats
path: root/src/peds
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-08-20 13:20:48 +0200
committeraap <aap@papnet.eu>2020-08-20 13:20:48 +0200
commit7da4f7fc35196381f94331dbfeb2812e3af7eda7 (patch)
tree2e9ae96a83991e932c9e9d189d47473e2b4ba0e9 /src/peds
parentrw stuff done & other small things (diff)
downloadre3-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/peds')
-rw-r--r--src/peds/PedChat.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/peds/PedChat.cpp b/src/peds/PedChat.cpp
index 4480a8cd..73a8e59c 100644
--- a/src/peds/PedChat.cpp
+++ b/src/peds/PedChat.cpp
@@ -131,9 +131,9 @@ CPed::Say(uint16 audio)
case SOUND_PED_FLEE_SPRINT:
case SOUND_PED_TAXI_WAIT:
case SOUND_PED_EVADE:
- case SOUND_PED_CAR_COLLISION:
- case SOUND_PED_BOAT_COLLISION:
- case SOUND_PED_HORN_ACTIVE:
+ case SOUND_PED_CRASH_VEHICLE:
+ case SOUND_PED_CRASH_CAR:
+ case SOUND_PED_ANNOYED_DRIVER:
break;
default:
return;