uint32 enums fixed

This commit is contained in:
withmorten
2020-12-07 01:04:23 +01:00
parent b5ffea5c6e
commit 9e2ac26a1d
3 changed files with 3 additions and 3 deletions

View File

@ -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,