diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 8e7107fa..1013ea83 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -321,6 +321,7 @@ struct gclient_s { int lastKillTime; // for multiple kill rewards qboolean fireHeld; // used for hook + qboolean fire2Held; // used for alt fire gentity_t *hook; // grapple hook if out int switchTeamTime; // time the player switched teams |