summaryrefslogtreecommitdiffstats
path: root/src/Wanted.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Wanted.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Wanted.h b/src/Wanted.h
index f7ea66f3..60af7d8b 100644
--- a/src/Wanted.h
+++ b/src/Wanted.h
@@ -2,7 +2,8 @@
#include "Entity.h"
#include "math/Vector.h"
-enum eCrimeType {
+enum eCrimeType
+{
CRIME_NONE,
CRIME_SHOT_FIRED,
CRIME_PED_FIGHT,
@@ -22,7 +23,8 @@ enum eCrimeType {
CRIME_DESTROYED_CESSNA,
};
-enum eCopType {
+enum eCopType
+{
COP_STREET = 0,
COP_FBI = 1,
COP_SWAT = 2,