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-10-14 10:08:50 +0000
committerStijn Buys <ingar@osirion.org>2012-10-14 10:08:50 +0000
commit97d79a827ef4978df15fa117e013817dbcde1d09 (patch)
tree2f7f74b5b1b8fcfb1ba68051e688d811f1056174 /src/client/mainwindow.cc
parent1883c2ea6cb3dd4ba5f26af31a0ad481d524dfef (diff)
Added protection against duplicate dialog definitions, made the dialog window smaller.
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 2f3f66a..1d9f4ff 100644
--- a/src/client/mainwindow.cc
+++ b/src/client/mainwindow.cc
@@ -125,6 +125,7 @@ void MainWindow::draw()
mainwindow_mainmenu->show();
} else if (core::localcontrol()->state() == core::Entity::Destroyed) {
+ mainwindow_gamewindow->hide();
mainwindow_mainmenu->show_menu("respawn");
} else if (mainwindow_gamewindow->hidden()) {