From f924885ea0db5842b080610ec63e61a4bcc2a30c Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 28 Oct 2008 18:38:33 +0000 Subject: Fixed trade window being visible on client startup when it was visible on shutdown. Thanks to Trelos for looking into this problem. --- src/game.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index aaf5242c..3e3cb4b5 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -221,6 +221,7 @@ void createGuiWindows(Network *network) true)); buyDialog->setVisible(false); sellDialog->setVisible(false); + tradeWindow->setVisible(false); menuWindow->setVisible((bool) config.getValue( menuWindow->getWindowName() + "Visible", true)); itemShortcutWindow->setVisible((bool) config.getValue( -- cgit v1.2.3-60-g2f50