diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2015-06-22 15:59:40 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2015-06-22 15:59:40 +0200 |
commit | 43763238a0187c885482283c8d7e5ae0137423b5 (patch) | |
tree | 132fe778c611b006e66795b4d47c79043a13c57e /src/game/g_local.h | |
parent | 4f02df7e08cd3f16e3e1a048749b0c688346a60a (diff) |
Remove Cloak.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index e081579..a68fe83 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -486,18 +486,9 @@ struct gclient_s int medKitIncrementTime; int lastCreepSlowTime; // time until creep can be removed - // cloak - int lastCloakTime; - qboolean cloakActivated; - qboolean cloakReady; - // biokit qboolean alreadyRegenerated; - // infection - int lastInfectionTime; - gentity_t *lastInfectionClient; - qboolean charging; int lastFlameBall; // s.number of the last flame ball fired |