diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-25 16:51:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-25 16:51:44 +0300 |
commit | cc5500b642f1cc5e16a44213c9b7423f8210ec66 (patch) | |
tree | 940d2d39b1ca80cfd66f572a3934dd011c4880be /src/client.h | |
parent | 1608d342c064f79b239e4671da516d270445b385 (diff) | |
download | plus-cc5500b642f1cc5e16a44213c9b7423f8210ec66.tar.gz plus-cc5500b642f1cc5e16a44213c9b7423f8210ec66.tar.bz2 plus-cc5500b642f1cc5e16a44213c9b7423f8210ec66.tar.xz plus-cc5500b642f1cc5e16a44213c9b7423f8210ec66.zip |
Move state handler STATE_CONNECT_GAME into separate function.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 880a11fb7..84329f54a 100644 --- a/src/client.h +++ b/src/client.h @@ -112,6 +112,8 @@ class Client final : public ConfigListener, static void logVars(); + void stateConnectGame1(); + ServerInfo mCurrentServer; Game *mGame; |