summaryrefslogtreecommitdiff
path: root/include/constants/event_objects.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-04-27 16:58:11 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-04-27 17:05:15 -0400
commitb1c7689dcc47a7b0acce810739342f30970b7340 (patch)
tree614de262014a504f78532d4ad01ef50668e076b9 /include/constants/event_objects.h
parent625f62139721a7ddc1f2625b8609b415bec419fb (diff)
Use OBJ_EVENT_ID_PLAYER
Diffstat (limited to 'include/constants/event_objects.h')
-rw-r--r--include/constants/event_objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/event_objects.h b/include/constants/event_objects.h
index 21cb3f7f4..f28f315b5 100644
--- a/include/constants/event_objects.h
+++ b/include/constants/event_objects.h
@@ -252,4 +252,7 @@
#define TRACKS_FOOT 1
#define TRACKS_BIKE_TIRE 2
+#define OBJ_EVENT_ID_PLAYER 0xFF
+#define OBJ_EVENT_ID_CAMERA 0x7F
+
#endif // GUARD_CONSTANTS_EVENT_OBJECTS_H