1
0
mirror of https://github.com/halpz/re3.git synced 2025-05-07 14:15:50 +00:00

int32 enum fixed

This commit is contained in:
withmorten 2020-12-07 01:05:45 +01:00
parent 9e2ac26a1d
commit 5e9a433b79

@ -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,