summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2015-06-29 00:52:09 +0200
committerPaweł Redman <pawel.redman@gmail.com>2015-06-29 16:40:28 +0200
commit0918eb3bcdefd0d6ee4bd573b761454c99f032f6 (patch)
treedd1bd0bfe5348ad3b4860f11b7d3dcbb6db9ca3c /src/game/bg_public.h
parent93d2e4414ee25e417ee0d2ca0248448002ea4d5b (diff)
Initial implementation of new grenades.
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index b0c1213..f377739 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -243,8 +243,10 @@ typedef enum
STAT_MISC, // for uh...misc stuff (pounce, trample, lcannon)
STAT_BUILDABLE, // which ghost model to display for building
STAT_FALLDIST, // the distance the player fell
- STAT_VIEWLOCK // direction to lock the view in
- // netcode has space for 3 more
+ STAT_VIEWLOCK, // direction to lock the view in
+ STAT_GRENADES,
+ STAT_BUILD_TIMER
+ // netcode has space for 1 more
} statIndex_t;
#define SCA_WALLCLIMBER 0x00000001
@@ -569,7 +571,9 @@ typedef enum
EV_ACIDBOMB_BOUNCE,
EV_ROCKETL_PRIME,
EV_WARP_ENTER,
- EV_WARP_EXIT
+ EV_WARP_EXIT,
+ EV_GRENADE_PRIME,
+ EV_GRENADE_TICK
} entity_event_t;
typedef enum
@@ -659,10 +663,12 @@ typedef enum
TORSO_GESTURE,
TORSO_ATTACK,
TORSO_ATTACK2,
+ TORSO_ATTACK3,
TORSO_DROP,
TORSO_RAISE,
TORSO_STAND,
TORSO_STAND2,
+ TORSO_STAND3,
LEGS_WALKCR,
LEGS_WALK,
LEGS_RUN,