summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-07-03 16:13:57 +0000
committerDavid Athay <ko2fan@gmail.com>2008-07-03 16:13:57 +0000
commitd22c6843a9b9f06a0f9e05bed268bfab90b75031 (patch)
tree8a8c8068977f733ded36b9f12f274395401cfcc2 /src/game.cpp
parent68b7cdb813c937373a840a55844d42626be4763b (diff)
downloadmana-d22c6843a9b9f06a0f9e05bed268bfab90b75031.tar.gz
mana-d22c6843a9b9f06a0f9e05bed268bfab90b75031.tar.bz2
mana-d22c6843a9b9f06a0f9e05bed268bfab90b75031.tar.xz
mana-d22c6843a9b9f06a0f9e05bed268bfab90b75031.zip
Fix guild window focus and crash bug
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
{