diff options
| author | Alfred Eriksson <somerunce@gmail.com> | 2008-10-01 18:40:09 +0000 |
|---|---|---|
| committer | Alfred Eriksson <somerunce@gmail.com> | 2008-10-01 18:40:09 +0000 |
| commit | bddc6ec6cc369e87d9dd0c0d1749bb871e1537a8 (patch) | |
| tree | 184aa1a1e30c7f9ad3b9a6c3c8649817526059a7 /src/game/variables.hpp | |
| parent | 7ebdb8d4d73621630e52d0b3646c314ec1179ad0 (diff) | |
| download | zcatch-bddc6ec6cc369e87d9dd0c0d1749bb871e1537a8.tar.gz zcatch-bddc6ec6cc369e87d9dd0c0d1749bb871e1537a8.zip | |
server browser is now default menu page
Diffstat (limited to 'src/game/variables.hpp')
| -rw-r--r-- | src/game/variables.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/variables.hpp b/src/game/variables.hpp index edc01635..1928d1b7 100644 --- a/src/game/variables.hpp +++ b/src/game/variables.hpp @@ -38,7 +38,7 @@ MACRO_CONFIG_INT(dbg_firedelay, 0, 0, 1) MACRO_CONFIG_INT(dbg_flow, 0, 0, 1) MACRO_CONFIG_INT(dbg_tuning, 0, 0, 1) -MACRO_CONFIG_INT(ui_page, 3, 0, 5) +MACRO_CONFIG_INT(ui_page, 5, 0, 9) MACRO_CONFIG_STR(ui_server_address, 128, "localhost:8303") MACRO_CONFIG_INT(ui_scale, 100, 1, 100000) |