diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2019-06-27 18:45:16 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2019-06-29 14:07:32 +0200 |
commit | 72ab7296239f03524177b20a4247cba1b7796884 (patch) | |
tree | 84c64538be551fcafb6e8469364b1d218b61092a /src/audio/DMAudio.h | |
parent | fixes for AudioManager::GetPhrase (diff) | |
download | re3-72ab7296239f03524177b20a4247cba1b7796884.tar re3-72ab7296239f03524177b20a4247cba1b7796884.tar.gz re3-72ab7296239f03524177b20a4247cba1b7796884.tar.bz2 re3-72ab7296239f03524177b20a4247cba1b7796884.tar.lz re3-72ab7296239f03524177b20a4247cba1b7796884.tar.xz re3-72ab7296239f03524177b20a4247cba1b7796884.tar.zst re3-72ab7296239f03524177b20a4247cba1b7796884.zip |
Diffstat (limited to 'src/audio/DMAudio.h')
-rw-r--r-- | src/audio/DMAudio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/DMAudio.h b/src/audio/DMAudio.h index 646fa2ff..ea5aeeb2 100644 --- a/src/audio/DMAudio.h +++ b/src/audio/DMAudio.h @@ -1,6 +1,6 @@ #pragma once -enum eSound +enum eSound : int16 { SOUND_CAR_DOOR_CLOSE_BONNET = 0, SOUND_CAR_DOOR_CLOSE_BUMPER = 1, @@ -101,7 +101,7 @@ enum eSound SOUND_PAGER = 96, SOUND_PED_DEATH = 97, SOUND_PED_DAMAGE = 98, - SOUND_PED_63 = 99, + SOUND_PED_HIT = 99, SOUND_PED_LAND = 100, SOUND_PED_BULLET_HIT = 101, SOUND_PED_BOMBER = 102, |