int32 enum fixed

This commit is contained in:
withmorten 2020-12-07 01:05:45 +01:00
parent 9e2ac26a1d
commit 5e9a433b79
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ enum AudioEntityHandle {
AEHANDLE_ERROR_BADAUDIOTYPE = -1, AEHANDLE_ERROR_BADAUDIOTYPE = -1,
}; };
enum eAudioType : int32 enum eAudioType
{ {
AUDIOTYPE_PHYSICAL = 0, AUDIOTYPE_PHYSICAL = 0,
AUDIOTYPE_EXPLOSION, AUDIOTYPE_EXPLOSION,