diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-18 22:29:01 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-18 22:29:01 +0000 |
| commit | 72a39a96ac6c46053ed215b02e60c2391bca675d (patch) | |
| tree | c3bbbb74a770317c6b83b7021fb27411d1741489 /src/game/game_variables.h | |
| parent | d66a2a46efd9369d918a60d5483c23ed39e8dd58 (diff) | |
| download | zcatch-72a39a96ac6c46053ed215b02e60c2391bca675d.tar.gz zcatch-72a39a96ac6c46053ed215b02e60c2391bca675d.zip | |
removed ui scale buttons
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h index fb617214..421f376e 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -31,7 +31,6 @@ MACRO_CONFIG_INT(cl_predict, 1, 0, 1) MACRO_CONFIG_INT(cl_nameplates, 0, 0, 2) - MACRO_CONFIG_STR(sv_maprotation, 512, "") MACRO_CONFIG_INT(dynamic_camera, 1, 0, 1) @@ -48,6 +47,7 @@ MACRO_CONFIG_INT(dbg_new_gui, 0, 0, 1) MACRO_CONFIG_INT(ui_page, 1, 0, 5) MACRO_CONFIG_STR(ui_server_address, 128, "localhost:8303") +MACRO_CONFIG_INT(ui_scale, 100, 1, 100000) MACRO_CONFIG_STR(sv_msg, 512, "") |