about summary refs log tree commit diff
path: root/src/engine/shared
diff options
context:
space:
mode:
authorThomas <lordskelethom@gmail.com>2010-05-30 12:01:11 +0000
committerThomas <lordskelethom@gmail.com>2010-05-30 12:01:11 +0000
commit361380d63039737df51c1ed684d5f70758c96790 (patch)
tree6709a802772f65dc26eb6acf332023b89bf193f8 /src/engine/shared
parent47b68170ad8a0d6b4fd5be182d8ba0c953114cb4 (diff)
downloadzcatch-361380d63039737df51c1ed684d5f70758c96790.tar.gz
zcatch-361380d63039737df51c1ed684d5f70758c96790.zip
*some esthetic changes
*split "CHud::RenderGoals()"
*added "reload" command
*added the ability to show last chat lines (+show_chat)
*updated french.txt
Diffstat (limited to 'src/engine/shared')
-rw-r--r--src/engine/shared/config_variables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/shared/config_variables.h b/src/engine/shared/config_variables.h
index e5541911..cc36b932 100644
--- a/src/engine/shared/config_variables.h
+++ b/src/engine/shared/config_variables.h
@@ -67,7 +67,6 @@ MACRO_CONFIG_INT(SvMaxClients, sv_max_clients, 8, 1, MAX_CLIENTS, CFGFLAG_SERVER
 MACRO_CONFIG_INT(SvHighBandwidth, sv_high_bandwidth, 0, 0, 1, CFGFLAG_SERVER, "Use high bandwidth mode. Doubles the bandwidth required for the server. LAN use only")
 MACRO_CONFIG_INT(SvRegister, sv_register, 1, 0, 1, CFGFLAG_SERVER, "Register server with master server for public listing")
 MACRO_CONFIG_STR(SvRconPassword, sv_rcon_password, 32, "", CFGFLAG_SERVER, "Remote console password")
-MACRO_CONFIG_INT(SvMapReload, sv_map_reload, 0, 0, 1, CFGFLAG_SERVER, "Reload the current map")
 
 MACRO_CONFIG_INT(Debug, debug, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SERVER, "Debug mode")
 MACRO_CONFIG_INT(DbgStress, dbg_stress, 0, 0, 0, CFGFLAG_CLIENT|CFGFLAG_SERVER, "Stress systems")