Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-01-22 13:03:44 +0000
committerStijn Buys <ingar@osirion.org>2012-01-22 13:03:44 +0000
commit9634bd52544d4083e0252ab47b3cf20829f91fa9 (patch)
tree1e5af8a2e95cc060cfbf64331682d329363a3213 /src/client/mainwindow.cc
parentfd3c0a700cf93d81615e32fbaade138ebf85f12c (diff)
Bumped version number to 0.2.1, updated changelog, corrected a spectator crashbug.
Diffstat (limited to 'src/client/mainwindow.cc')
-rw-r--r--src/client/mainwindow.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/mainwindow.cc b/src/client/mainwindow.cc
index 8e7b2af..66244de 100644
--- a/src/client/mainwindow.cc
+++ b/src/client/mainwindow.cc
@@ -121,6 +121,7 @@ void MainWindow::draw()
if (!mainwindow_mainmenu->visible()) {
if (!core::game()->interactive() || !core::localcontrol()) {
+ mainwindow_gamewindow->hide();
mainwindow_mainmenu->show();
} else if (mainwindow_gamewindow->hidden()) {