summaryrefslogtreecommitdiff
path: root/src/dyetool/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-18 23:20:07 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-18 23:20:07 +0300
commit0bb3646e23f01b2f2ef805a399c3a90e4a449748 (patch)
tree74c852401a8ae44354495bafc31a0cd410d4a3cd /src/dyetool/client.cpp
parent55d43e6dfd890df0ce7b26f6c9cb5692e2c136b1 (diff)
downloadplus-0bb3646e23f01b2f2ef805a399c3a90e4a449748.tar.gz
plus-0bb3646e23f01b2f2ef805a399c3a90e4a449748.tar.bz2
plus-0bb3646e23f01b2f2ef805a399c3a90e4a449748.tar.xz
plus-0bb3646e23f01b2f2ef805a399c3a90e4a449748.zip
Fix another style issue.
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")