summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 789a13f6..6b73b8ca 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -532,10 +532,10 @@ void Game::handleInput()
{
setupWindow->action(gcn::ActionEvent(NULL, "cancel"));
}
- else if (guildWindow->isVisible())
+/* else if (guildWindow->isVisible())
{
// TODO: Check if a dialog is open and close it if so
- }
+ }*/
// Else, open the chat edit box
else
{