diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-18 23:20:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-18 23:20:07 +0300 |
commit | 0bb3646e23f01b2f2ef805a399c3a90e4a449748 (patch) | |
tree | 74c852401a8ae44354495bafc31a0cd410d4a3cd /src/dyetool | |
parent | 55d43e6dfd890df0ce7b26f6c9cb5692e2c136b1 (diff) | |
download | plus-0bb3646e23f01b2f2ef805a399c3a90e4a449748.tar.gz plus-0bb3646e23f01b2f2ef805a399c3a90e4a449748.tar.bz2 plus-0bb3646e23f01b2f2ef805a399c3a90e4a449748.tar.xz plus-0bb3646e23f01b2f2ef805a399c3a90e4a449748.zip |
Fix another style issue.
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/client.cpp | 12 |
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") |