summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp
index e712bbb8..e35e707c 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -206,6 +206,8 @@ int get_elapsed_time(int start_time)
*/
static void createGuiWindows()
{
+ setupWindow->clearWindowsForReset();
+
// Create dialogs
chatWindow = new ChatWindow;
buyDialog = new BuyDialog;