diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2015-06-26 01:29:00 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2015-06-26 01:29:00 +0200 |
commit | b28d5f6dbedd5b895eed4cc5b730581df3b2215d (patch) | |
tree | 9bb750d3f30ff731ce2c60f6a845fff25f20b668 /src/game/g_local.h | |
parent | 6c7152aada204bfdfa6e39cdfea5e10440e0ed36 (diff) |
Initial implementation of Wraith.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
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; }; |