diff options
| author | Marius "Teelevision" Neugebauer <marius@teele.eu> | 2014-03-26 19:18:04 +0100 |
|---|---|---|
| committer | Marius "Teelevision" Neugebauer <marius@teele.eu> | 2014-03-26 19:18:04 +0100 |
| commit | 58246b4a528d92b2d0863ca7f3e085fbe7c2ecc8 (patch) | |
| tree | d0c86f03ac67f1602fa6b02937f48e0bd7d62dd3 /src/engine/shared/config_variables.h | |
| parent | 4affc155a906b6091aafc3f9635acc3b8b0aed8a (diff) | |
| download | zcatch-58246b4a528d92b2d0863ca7f3e085fbe7c2ecc8.tar.gz zcatch-58246b4a528d92b2d0863ca7f3e085fbe7c2ecc8.zip | |
initial zCatch/TeeVi commit
Diffstat (limited to 'src/engine/shared/config_variables.h')
| -rw-r--r-- | src/engine/shared/config_variables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/shared/config_variables.h b/src/engine/shared/config_variables.h index c588be5c..2a43f6d0 100644 --- a/src/engine/shared/config_variables.h +++ b/src/engine/shared/config_variables.h @@ -1,5 +1,6 @@ /* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ +/* Modified by Teelevision for zCatch/TeeVi, see readme.txt and license.txt. */ #ifndef ENGINE_SHARED_CONFIG_VARIABLES_H #define ENGINE_SHARED_CONFIG_VARIABLES_H #undef ENGINE_SHARED_CONFIG_VARIABLES_H // this file will be included several times @@ -79,6 +80,7 @@ MACRO_CONFIG_INT(GfxThreaded, gfx_threaded, 0, 0, 1, CFGFLAG_SAVE|CFGFLAG_CLIENT MACRO_CONFIG_INT(InpMousesens, inp_mousesens, 100, 5, 100000, CFGFLAG_SAVE|CFGFLAG_CLIENT, "Mouse sensitivity") MACRO_CONFIG_STR(SvName, sv_name, 128, "unnamed server", CFGFLAG_SERVER, "Server name") +MACRO_CONFIG_STR(SvNameAdmin, sv_name_admin, 128, "", CFGFLAG_SERVER, "Server name when an admin is logged in") MACRO_CONFIG_STR(Bindaddr, bindaddr, 128, "", CFGFLAG_CLIENT|CFGFLAG_SERVER|CFGFLAG_MASTER, "Address to bind the client/server to") MACRO_CONFIG_INT(SvPort, sv_port, 8303, 0, 0, CFGFLAG_SERVER, "Port to use for the server") MACRO_CONFIG_INT(SvExternalPort, sv_external_port, 0, 0, 0, CFGFLAG_SERVER, "External port to report to the master servers") |