summaryrefslogtreecommitdiff
path: root/src/dyetool/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dyetool/client.cpp')
-rw-r--r--src/dyetool/client.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp
index e4d61688f..4431d5231 100644
--- a/src/dyetool/client.cpp
+++ b/src/dyetool/client.cpp
@@ -591,11 +591,13 @@ int Client::gameExec()
// State has changed, while the quitDialog was active, it might
// not be correct anymore
-// if (mQuitDialog)
-// {
-// mQuitDialog->scheduleDelete();
-// mQuitDialog = nullptr;
-// }
+/*
+ if (mQuitDialog)
+ {
+ mQuitDialog->scheduleDelete();
+ mQuitDialog = nullptr;
+ }
+*/
BLOCK_END("Client::gameExec 7")
BLOCK_START("Client::gameExec 8")