mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-23 20:41:11 +00:00
update to g_arenas.c
This commit is contained in:
parent
32cb14dde3
commit
4f5afdb8f8
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue