diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-04 22:30:08 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-04 22:30:08 +0000 |
| commit | f142650fca4a21a69077f3bd5563412cf984b050 (patch) | |
| tree | 2f26e4dfc222d0dd80ccb4e6abb949a606feee1c /src/game/client/game_client.cpp | |
| parent | b6a629cf8020e9fe76de251e07a0135dbd2f1f80 (diff) | |
| download | zcatch-f142650fca4a21a69077f3bd5563412cf984b050.tar.gz zcatch-f142650fca4a21a69077f3bd5563412cf984b050.zip | |
ingame menu aswell
Diffstat (limited to 'src/game/client/game_client.cpp')
| -rw-r--r-- | src/game/client/game_client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |