diff options
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 |