about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/g_variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_variables.h b/src/game/g_variables.h
index 6c7cc8a6..6ae4c844 100644
--- a/src/game/g_variables.h
+++ b/src/game/g_variables.h
@@ -29,7 +29,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, 1, 0, 5)
+MACRO_CONFIG_INT(ui_page, 3, 0, 5)
 MACRO_CONFIG_STR(ui_server_address, 128, "localhost:8303")
 MACRO_CONFIG_INT(ui_scale, 100, 1, 100000)