mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 14:18:58 +00:00
int32 enum fixed
This commit is contained in:
parent
b5cdc33e7c
commit
7ad86595e4
1 changed files with 1 additions and 1 deletions
|
@ -1274,7 +1274,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,
|
||||||
|
|
Loading…
Reference in a new issue