diff options
Diffstat (limited to 'src/gui/char_select.cpp')
-rw-r--r-- | src/gui/char_select.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp index 71018b1e..d5a487fb 100644 --- a/src/gui/char_select.cpp +++ b/src/gui/char_select.cpp @@ -152,6 +152,7 @@ void CharSelectDialog::action(const gcn::ActionEvent &event) } else if (event.getId() == "cancel") { + mCharInfo->clear(); state = STATE_SWITCH_ACCOUNTSERVER_ATTEMPT; } else if (event.getId() == "new") |