diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-04 21:36:03 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-04 21:36:03 +0000 |
| commit | b6a629cf8020e9fe76de251e07a0135dbd2f1f80 (patch) | |
| tree | dd744a6ec4384beaae26006e3f674ee774855ea7 /src/game/game_variables.h | |
| parent | daf89a01ff88c7771f0c252808de2b3eede23927 (diff) | |
| download | zcatch-b6a629cf8020e9fe76de251e07a0135dbd2f1f80.tar.gz zcatch-b6a629cf8020e9fe76de251e07a0135dbd2f1f80.zip | |
new gui commit
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h index 32e277f1..5dd5cf33 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -44,6 +44,7 @@ MACRO_CONFIG_STR(player_skin, 64, "default") MACRO_CONFIG_INT(dbg_new_gui, 0, 0, 1) +MACRO_CONFIG_INT(ui_page, 0, 0, 5) MACRO_CONFIG_STR(sv_msg, 512, "") |