From 4f5afdb8f8d57cc51a79b8fc749b9bd443f0831d Mon Sep 17 00:00:00 2001 From: Walter Julius Hennecke Date: Mon, 10 Nov 2014 20:57:43 +0100 Subject: [PATCH] update to g_arenas.c --- code/game/g_arenas.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/game/g_arenas.c b/code/game/g_arenas.c index 5945f38..e63df18 100644 --- a/code/game/g_arenas.c +++ b/code/game/g_arenas.c @@ -249,8 +249,10 @@ static void CelebrateStop(gentity_t* player) { } -#define TIMER_GESTURE (34*66+50) +static const uint16_t TIMER_GESTURE = 2294; + extern void BG_AddPredictableEventToPlayerstate(int32_t newEvent, int32_t eventParm, playerState_t* ps); + static void CelebrateStart(gentity_t* player) { /*player->s.torsoAnim = ( ( player->s.torsoAnim & ANIM_TOGGLEBIT ) ^ ANIM_TOGGLEBIT ) | TORSO_GESTURE;