diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-18 22:20:35 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-18 22:20:35 +0000 |
| commit | d66a2a46efd9369d918a60d5483c23ed39e8dd58 (patch) | |
| tree | 4e3e1ef791cd3f73d2a2a333aeb3608c130ea92d /src/game/game_variables.h | |
| parent | b44a3edfe9363163ab129594cba51a989c042644 (diff) | |
| download | zcatch-d66a2a46efd9369d918a60d5483c23ed39e8dd58.tar.gz zcatch-d66a2a46efd9369d918a60d5483c23ed39e8dd58.zip | |
fixed menu switching problems and some compile errors
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 e183658e..fb617214 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -46,7 +46,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_INT(ui_page, 1, 0, 5) MACRO_CONFIG_STR(ui_server_address, 128, "localhost:8303") |