diff options
Diffstat (limited to 'src/game/variables.hpp')
| -rw-r--r-- | src/game/variables.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/variables.hpp b/src/game/variables.hpp index 543e9e1f..2803915c 100644 --- a/src/game/variables.hpp +++ b/src/game/variables.hpp @@ -26,6 +26,8 @@ MACRO_CONFIG_INT(cl_flow, 0, 0, 1) MACRO_CONFIG_INT(cl_show_welcome, 1, 0, 1) MACRO_CONFIG_INT(cl_motd_time, 10, 0, 100) +MACRO_CONFIG_STR(cl_version_server, 100, "version.teeworlds.com") + MACRO_CONFIG_INT(player_use_custom_color, 0, 0, 1) MACRO_CONFIG_INT(player_color_body, 65408, 0, 0) MACRO_CONFIG_INT(player_color_feet, 65408, 0, 0) |