diff options
author | withmorten <morten.with@gmail.com> | 2020-12-07 01:05:45 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2020-12-07 01:05:45 +0100 |
commit | 5e9a433b7912a597ba0287b4d48332b29773594e (patch) | |
tree | 85c17757ec87473afe06b1d2be6c0a55f4640624 /src | |
parent | 9e2ac26a1dd84f0701bbadea2d14e4cd6547d9f8 (diff) |
int32 enum fixed
Diffstat (limited to 'src')
-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 20760859..8c6d35aa 100644 --- a/src/audio/audio_enums.h +++ b/src/audio/audio_enums.h @@ -235,7 +235,7 @@ enum AudioEntityHandle { AEHANDLE_ERROR_BADAUDIOTYPE = -1, }; -enum eAudioType : int32 +enum eAudioType { AUDIOTYPE_PHYSICAL = 0, AUDIOTYPE_EXPLOSION, |