mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 03:09:59 +00:00
uint32 enums fixed
This commit is contained in:
parent
b5ffea5c6e
commit
9e2ac26a1d
3 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@ enum eWaitState {
|
|||
WAITSTATE_FINISH_FLEE
|
||||
};
|
||||
|
||||
enum eObjective : uint32 {
|
||||
enum eObjective {
|
||||
OBJECTIVE_NONE,
|
||||
OBJECTIVE_WAIT_ON_FOOT,
|
||||
OBJECTIVE_FLEE_ON_FOOT_TILL_SAFE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue