changed a sound enum

This commit is contained in:
aap
2020-08-20 13:21:08 +02:00
parent 517e2ee9a5
commit a9a1bf5056
5 changed files with 62 additions and 62 deletions

View File

@ -134,7 +134,7 @@ 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_ANNOYED_DRIVER:
break;
default:
return;