From b28d5f6dbedd5b895eed4cc5b730581df3b2215d Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 26 Jun 2015 01:29:00 +0200 Subject: Initial implementation of Wraith. --- src/game/g_local.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index fad91ee..c11df7c 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -507,6 +507,8 @@ struct gclient_s g_damageIndicator_t diBuffer[ MAX_BUFFERED_DAMAGE_INDICATORS ]; int diBufferCounter; + + int lastWarpTime; }; -- cgit