diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index a816c8f1c..53115528f 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -972,6 +972,7 @@ int Client::gameExec() // Get rid of the dialog of the previous state delete2(mCurrentDialog); + // State has changed, while the quitDialog was active, it might // not be correct anymore if (mQuitDialog) |