about summary refs log tree commit diff
path: root/src/game/variables.hpp
diff options
context:
space:
mode:
authorAlfred Eriksson <somerunce@gmail.com>2008-09-04 18:45:41 +0000
committerAlfred Eriksson <somerunce@gmail.com>2008-09-04 18:45:41 +0000
commit4c2632b7b6ae03e9d54d4a2d72742b6865700143 (patch)
tree22181ad566d69ec29e78d8355f53f179b9a4ea54 /src/game/variables.hpp
parent7248dd641def707fd518486caa9449e672187023 (diff)
downloadzcatch-4c2632b7b6ae03e9d54d4a2d72742b6865700143.tar.gz
zcatch-4c2632b7b6ae03e9d54d4a2d72742b6865700143.zip
merge from 0.4.3: version-notification on client
Diffstat (limited to 'src/game/variables.hpp')
-rw-r--r--src/game/variables.hpp2
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)