diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-31 16:53:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:54 +0300 |
commit | 8ad8da325107ef1b33bd6c3ed985859e7edb78ae (patch) | |
tree | 3dd76adef5e6dbe7da8db925ffa42ebbf21eb638 /src/client.cpp | |
parent | 8cc52b6e9cf46643cc6300df844e70b8dcb85212 (diff) | |
download | ManaVerse-8ad8da325107ef1b33bd6c3ed985859e7edb78ae.tar.gz ManaVerse-8ad8da325107ef1b33bd6c3ed985859e7edb78ae.tar.bz2 ManaVerse-8ad8da325107ef1b33bd6c3ed985859e7edb78ae.tar.xz ManaVerse-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.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) |