From f142650fca4a21a69077f3bd5563412cf984b050 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 4 Nov 2007 22:30:08 +0000 Subject: ingame menu aswell --- src/game/client/game_client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/game_client.cpp') diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index 2c793e35..8b6231b5 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -2751,6 +2751,8 @@ extern "C" void modc_connected() killmsgs[i].tick = -100000; send_info(true); + + config.ui_page = 5; } extern "C" const char *modc_net_version() { return TEEWARS_NETVERSION; } -- cgit 1.4.1