summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-31 16:53:06 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:54 +0300
commit8ad8da325107ef1b33bd6c3ed985859e7edb78ae (patch)
tree3dd76adef5e6dbe7da8db925ffa42ebbf21eb638 /src/client.cpp
parent8cc52b6e9cf46643cc6300df844e70b8dcb85212 (diff)
downloadplus-8ad8da325107ef1b33bd6c3ed985859e7edb78ae.tar.gz
plus-8ad8da325107ef1b33bd6c3ed985859e7edb78ae.tar.bz2
plus-8ad8da325107ef1b33bd6c3ed985859e7edb78ae.tar.xz
plus-8ad8da325107ef1b33bd6c3ed985859e7edb78ae.zip
add basic implimentation for set pincode.
For now it not sending pincode to server.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp1
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)