summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2015-06-26 01:29:00 +0200
committerPaweł Redman <pawel.redman@gmail.com>2015-06-26 01:29:00 +0200
commitb28d5f6dbedd5b895eed4cc5b730581df3b2215d (patch)
tree9bb750d3f30ff731ce2c60f6a845fff25f20b668 /src/game/g_local.h
parent6c7152aada204bfdfa6e39cdfea5e10440e0ed36 (diff)
Initial implementation of Wraith.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h2
1 files changed, 2 insertions, 0 deletions
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;
};