diff options
| author | Alfred Eriksson <somerunce@gmail.com> | 2008-11-17 16:04:46 +0000 |
|---|---|---|
| committer | Alfred Eriksson <somerunce@gmail.com> | 2008-11-17 16:04:46 +0000 |
| commit | 47e50c5f2054724a9533c3bac7d6b48677974d9c (patch) | |
| tree | 5a665c78a854686fcdf77a3158accc6603699c7e /src/game/variables.hpp | |
| parent | c7e8e057f260bd752f2e34c263a206c825d83867 (diff) | |
| download | zcatch-47e50c5f2054724a9533c3bac7d6b48677974d9c.tar.gz zcatch-47e50c5f2054724a9533c3bac7d6b48677974d9c.zip | |
added gfx_noclip to disable clipping
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 86472bc3..11fcc1e6 100644 --- a/src/game/variables.hpp +++ b/src/game/variables.hpp @@ -43,6 +43,8 @@ MACRO_CONFIG_INT(ui_color_sat, 70, 0, 255, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Interfa MACRO_CONFIG_INT(ui_color_lht, 175, 0, 255, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Interface color lightness") MACRO_CONFIG_INT(ui_color_alpha, 228, 0, 255, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Interface alpha") +MACRO_CONFIG_INT(gfx_noclip, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Disable clipping") + /* server */ MACRO_CONFIG_INT(sv_warmup, 0, 0, 0, CFGFLAG_SERVER, "Number of seconds to do warpup before round starts") MACRO_CONFIG_STR(sv_motd, 900, "", CFGFLAG_SERVER, "Message of the day to display for the clients") |