diff options
author | Mikko Tiusanen <ams@daug.net> | 2015-04-03 18:58:13 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2015-04-03 18:58:13 +0300 |
commit | aa6fb499dbd92884037b4e20ec3dfaa9447468bf (patch) | |
tree | 88ef19194bfa8c618404bb6f66a109a779843cc8 /src/game/g_main.c | |
parent | 216fc980dd8221198e491745a0eaa029c37f74d3 (diff) |
Removed rant flame and changed mines to sticky bombs.
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r-- | src/game/g_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c index d8003cc..4a966b3 100644 --- a/src/game/g_main.c +++ b/src/game/g_main.c @@ -209,7 +209,6 @@ vmCvar_t g_MinHumanExtraBuildPoints; vmCvar_t g_MaxHumanExtraBuildPoints; vmCvar_t g_BuildingCreditsFactor; - // copy cvars that can be set in worldspawn so they can be restored later static char cv_gravity[ MAX_CVAR_VALUE_STRING ]; static char cv_humanMaxStage[ MAX_CVAR_VALUE_STRING ]; |