diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-25 21:36:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-25 21:36:35 +0300 |
commit | 760b544fb26dcfc5103a44bf977cd8cd95b0862a (patch) | |
tree | d187c52aee57d51045df6b8756693e7a613dc09e /src/client.h | |
parent | 6ea2440a8662c4ffae8f7b6b53e84ddd25d69971 (diff) | |
download | plus-760b544fb26dcfc5103a44bf977cd8cd95b0862a.tar.gz plus-760b544fb26dcfc5103a44bf977cd8cd95b0862a.tar.bz2 plus-760b544fb26dcfc5103a44bf977cd8cd95b0862a.tar.xz plus-760b544fb26dcfc5103a44bf977cd8cd95b0862a.zip |
Move state handler STATE_SWITCH_LOGIN 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 8c36ec888..089ac06a3 100644 --- a/src/client.h +++ b/src/client.h @@ -120,6 +120,8 @@ class Client final : public ConfigListener, void stateGame1(); + void stateSwitchLogin1(); + ServerInfo mCurrentServer; Game *mGame; |