diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index b635b880..1a1dbfa0 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -324,7 +324,6 @@ struct gclient_s { char *areabits; - float classSpeed; //TA: here to save STAT_ space int lastInfestTime; //TA: to keep track of how long infests take gentity_t *infestBody; //TA: body that is being infested. must be persistant }; |