mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 19:50:45 +00:00
uint32 enums fixed
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user