diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index c655950..bd337da 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -409,6 +409,7 @@ typedef struct int ping; int lastTeamStatus; + int lastFreekillTime; int lastFloodTime; // level.time of last flood-limited command int floodDemerits; // number of flood demerits accumulated @@ -497,8 +498,6 @@ struct gclient_s int airOutTime; - int lastKillTime; // for multiple kill rewards - qboolean fireHeld; // used for hook qboolean fire2Held; // used for alt fire gentity_t *hook; // grapple hook if out @@ -1423,6 +1422,7 @@ extern vmCvar_t g_disabledBuildables; extern vmCvar_t g_buildPointsRecoverRate; extern vmCvar_t g_dynamicBuildPoints; extern vmCvar_t g_instantBuild; +extern vmCvar_t g_gradualFreeFunds; extern vmCvar_t g_markDeconstruct; extern vmCvar_t g_markDeconstructMode; |