1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 17:47:37 +00:00

uint32 enums fixed

This commit is contained in:
withmorten 2020-12-07 01:20:14 +01:00
parent 7ad86595e4
commit e6a7a9353c
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#include "common.h" #include "common.h"
enum eSfxSample : uint32 { enum eSfxSample {
SFX_CAR_HORN_JEEP = 0, SFX_CAR_HORN_JEEP = 0,
SFX_CAR_HORN_BMW328, SFX_CAR_HORN_BMW328,
SFX_CAR_HORN_BUS, SFX_CAR_HORN_BUS,

View file

@ -187,7 +187,7 @@ enum eWaitState {
WAITSTATE_PLAYANIM_HANDSUP_SIMPLE, WAITSTATE_PLAYANIM_HANDSUP_SIMPLE,
}; };
enum eObjective : uint32 { enum eObjective {
OBJECTIVE_NONE, OBJECTIVE_NONE,
OBJECTIVE_WAIT_ON_FOOT, OBJECTIVE_WAIT_ON_FOOT,
OBJECTIVE_WAIT_ON_FOOT_FOR_COP, OBJECTIVE_WAIT_ON_FOOT_FOR_COP,