mirror of
https://github.com/halpz/re3.git
synced 2024-12-22 17:35:29 +00:00
uint32 enums fixed
This commit is contained in:
parent
b5ffea5c6e
commit
9e2ac26a1d
|
@ -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,
|
||||||
|
|
|
@ -153,7 +153,7 @@ enum eWaitState {
|
||||||
WAITSTATE_FINISH_FLEE
|
WAITSTATE_FINISH_FLEE
|
||||||
};
|
};
|
||||||
|
|
||||||
enum eObjective : uint32 {
|
enum eObjective {
|
||||||
OBJECTIVE_NONE,
|
OBJECTIVE_NONE,
|
||||||
OBJECTIVE_WAIT_ON_FOOT,
|
OBJECTIVE_WAIT_ON_FOOT,
|
||||||
OBJECTIVE_FLEE_ON_FOOT_TILL_SAFE,
|
OBJECTIVE_FLEE_ON_FOOT_TILL_SAFE,
|
||||||
|
|
|
@ -65,7 +65,7 @@ enum tVehicleType
|
||||||
NUMHANDLINGS
|
NUMHANDLINGS
|
||||||
};
|
};
|
||||||
|
|
||||||
enum tField : uint32 // most likely a handling field enum, never used so :shrug:
|
enum tField // most likely a handling field enum, never used so :shrug:
|
||||||
{
|
{
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue