diff options
author | withmorten <morten.with@gmail.com> | 2020-12-07 01:19:10 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2020-12-07 01:19:10 +0100 |
commit | 7ad86595e45d75f26d530f84c408ab9d2b8f1b38 (patch) | |
tree | e48dd54f11f6c22e380eee7a89df4b5adbdb61c3 /src/audio/audio_enums.h | |
parent | Merge pull request #865 from Nick007J/miami (diff) | |
download | re3-7ad86595e45d75f26d530f84c408ab9d2b8f1b38.tar re3-7ad86595e45d75f26d530f84c408ab9d2b8f1b38.tar.gz re3-7ad86595e45d75f26d530f84c408ab9d2b8f1b38.tar.bz2 re3-7ad86595e45d75f26d530f84c408ab9d2b8f1b38.tar.lz re3-7ad86595e45d75f26d530f84c408ab9d2b8f1b38.tar.xz re3-7ad86595e45d75f26d530f84c408ab9d2b8f1b38.tar.zst re3-7ad86595e45d75f26d530f84c408ab9d2b8f1b38.zip |
Diffstat (limited to 'src/audio/audio_enums.h')
-rw-r--r-- | src/audio/audio_enums.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/audio_enums.h b/src/audio/audio_enums.h index 65094555..91fcec49 100644 --- a/src/audio/audio_enums.h +++ b/src/audio/audio_enums.h @@ -1274,7 +1274,7 @@ enum AudioEntityHandle { AEHANDLE_ERROR_BADAUDIOTYPE = -1, }; -enum eAudioType : int32 +enum eAudioType { AUDIOTYPE_PHYSICAL = 0, AUDIOTYPE_EXPLOSION, |