diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index ba43b1f9..39dd1d80 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -429,6 +429,13 @@ typedef enum BA_NUM_BUILDABLES } buildable_t; +typedef enum +{ + RMT_SPHERE, + RMT_SPHERICAL_CONE_64, + RMT_SPHERICAL_CONE_240 +} rangeMarkerType_t; + // entityState_t->event values // entity events are for effects that take place relative // to an existing entities origin. Very network efficient. @@ -1176,7 +1183,8 @@ typedef enum ET_PLAYER, ET_ITEM, - ET_BUILDABLE, // buildable type + ET_BUILDABLE, + ET_RANGE_MARKER, ET_LOCATION, |