about summary refs log tree commit diff
path: root/src/game/variables.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2009-06-15 08:15:53 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2009-06-15 08:15:53 +0000
commit307cf4aa64b37aa46e14cde09b38a0a4a73330be (patch)
tree6268ff35ccde600d4ba6111ac5ba8404681c3489 /src/game/variables.hpp
parentab171f8f303306f5b45e2ccaa4c47404b11b0256 (diff)
downloadzcatch-307cf4aa64b37aa46e14cde09b38a0a4a73330be.tar.gz
zcatch-307cf4aa64b37aa46e14cde09b38a0a4a73330be.zip
done language selector
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 81f0b073..e0d9fe31 100644
--- a/src/game/variables.hpp
+++ b/src/game/variables.hpp
@@ -27,6 +27,8 @@ MACRO_CONFIG_INT(cl_motd_time, 10, 0, 100, CFGFLAG_CLIENT|CFGFLAG_SAVE, "How lon
 
 MACRO_CONFIG_STR(cl_version_server, 100, "version.teeworlds.com", CFGFLAG_CLIENT|CFGFLAG_SAVE, "Server to use to check for new versions")
 
+MACRO_CONFIG_STR(cl_languagefile, 255, "", CFGFLAG_CLIENT|CFGFLAG_SAVE, "What language file to use")
+
 MACRO_CONFIG_INT(player_use_custom_color, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Toggles usage of custom colors")
 MACRO_CONFIG_INT(player_color_body, 65408, 0, 0, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Player body color")
 MACRO_CONFIG_INT(player_color_feet, 65408, 0, 0, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Player feet color")