diff options
| author | aap <aap@papnet.eu> | 2020-08-20 13:21:08 +0200 |
|---|---|---|
| committer | aap <aap@papnet.eu> | 2020-08-20 13:21:08 +0200 |
| commit | a9a1bf5056c6853a51b9c14ba74a8c4e82227849 (patch) | |
| tree | 4c34b84ba73c4c965b8563f045843b919e7f8e97 /src/audio/soundlist.h | |
| parent | small fixes (diff) | |
| download | re3-a9a1bf5056c6853a51b9c14ba74a8c4e82227849.tar.gz | |
changed a sound enum
Diffstat (limited to 'src/audio/soundlist.h')
| -rw-r--r-- | src/audio/soundlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/soundlist.h b/src/audio/soundlist.h index 856b691a..225ed56e 100644 --- a/src/audio/soundlist.h +++ b/src/audio/soundlist.h @@ -129,7 +129,7 @@ enum eSound : uint16 SOUND_PED_LEAVE_VEHICLE, SOUND_PED_EVADE, SOUND_PED_FLEE_RUN, - SOUND_PED_CAR_COLLISION, + SOUND_PED_ANNOYED_DRIVER, SOUND_PED_SOLICIT, SOUND_PED_EXTINGUISHING_FIRE, SOUND_PED_WAIT_DOUBLEBACK, |
