diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-12-29 20:45:58 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-12-29 20:45:58 +0000 |
commit | 6a7e4f64cc802f52e3fc350c88f6571c4913ba6d (patch) | |
tree | bd45cb2590636b4a8ff7a5443fc987f526ea0220 /src/gui/char_select.h | |
parent | ed258400f785bb1882ea7fe88bb3a12f8c19edd4 (diff) | |
download | mana-6a7e4f64cc802f52e3fc350c88f6571c4913ba6d.tar.gz mana-6a7e4f64cc802f52e3fc350c88f6571c4913ba6d.tar.bz2 mana-6a7e4f64cc802f52e3fc350c88f6571c4913ba6d.tar.xz mana-6a7e4f64cc802f52e3fc350c88f6571c4913ba6d.zip |
Restored Dev-Cpp default execution options, updated walkmap in snow map, smoothed login sequence.
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r-- | src/gui/char_select.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h index a85bb28c..3692c1e4 100644 --- a/src/gui/char_select.h +++ b/src/gui/char_select.h @@ -63,6 +63,8 @@ class CharSelectDialog : public Window, public gcn::ActionListener gcn::Label *levelLabel; gcn::Label *jobLevelLabel; gcn::Label *moneyLabel; + + int mStatus; PlayerBox *playerBox; @@ -74,7 +76,12 @@ class CharSelectDialog : public Window, public gcn::ActionListener /** * Communicate character selection to the server. */ - void serverCharSelect(); + void attemptCharSelect(); + + /** + * Check server answer. + */ + void checkCharSelect(); /** * Listener for confirming character deletion. |