uint32 enums fixed
This commit is contained in:
parent
7ad86595e4
commit
e6a7a9353c
@ -2,7 +2,7 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
enum eSfxSample : uint32 {
|
||||
enum eSfxSample {
|
||||
SFX_CAR_HORN_JEEP = 0,
|
||||
SFX_CAR_HORN_BMW328,
|
||||
SFX_CAR_HORN_BUS,
|
||||
|
@ -187,7 +187,7 @@ enum eWaitState {
|
||||
WAITSTATE_PLAYANIM_HANDSUP_SIMPLE,
|
||||
};
|
||||
|
||||
enum eObjective : uint32 {
|
||||
enum eObjective {
|
||||
OBJECTIVE_NONE,
|
||||
OBJECTIVE_WAIT_ON_FOOT,
|
||||
OBJECTIVE_WAIT_ON_FOOT_FOR_COP,
|
||||
|
Loading…
x
Reference in New Issue
Block a user