diff options
Diffstat (limited to 'src/gui/char_select.cpp')
-rw-r--r-- | src/gui/char_select.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp index 008c7e8d..ab0e19a1 100644 --- a/src/gui/char_select.cpp +++ b/src/gui/char_select.cpp @@ -26,14 +26,12 @@ #include "textfield.h" #include "button.h" #include "ok_dialog.h" +#include "being.h" #include "../graphics.h" #include "../net/protocol.h" #include "../resources/resourcemanager.h" #include <sstream> -#define NR_HAIR_STYLES 4 -#define NR_HAIR_COLORS 10 - CharSelectDialog::CharDeleteConfirm::CharDeleteConfirm(CharSelectDialog *m): ConfirmDialog(m, "Confirm", "Are you sure you want to delete this character?"), |