aboutsummaryrefslogtreecommitdiffstats
path: root/src/peds
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2020-12-07 01:04:23 +0100
committerwithmorten <morten.with@gmail.com>2020-12-07 01:04:23 +0100
commit9e2ac26a1dd84f0701bbadea2d14e4cd6547d9f8 (patch)
treeb80e8cad35635f8141b9bae7ff9a23091270dad8 /src/peds
parentb5ffea5c6e824049194c495495af9ec66c0b208d (diff)
uint32 enums fixed
Diffstat (limited to 'src/peds')
-rw-r--r--src/peds/Ped.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h
index 015ad677..f8e619d7 100644
--- a/src/peds/Ped.h
+++ b/src/peds/Ped.h
@@ -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,