1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-12-22 21:10:01 +00:00

int32 enum fixed

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

View file

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