From 40e905745ed720ffa268aa611bb176db89937346 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 5 Jan 2015 15:50:51 +0300 Subject: Allow if supported by server select gender in char creation dialog. --- src/gui/windows/charcreatedialog.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gui/windows/charcreatedialog.h') diff --git a/src/gui/windows/charcreatedialog.h b/src/gui/windows/charcreatedialog.h index 01c925f3e..9215d2805 100644 --- a/src/gui/windows/charcreatedialog.h +++ b/src/gui/windows/charcreatedialog.h @@ -37,6 +37,7 @@ class Label; class PlayerBox; class RadioButton; class Slider; +class TabStrip; class TextField; /** @@ -143,6 +144,8 @@ class CharCreateDialog final : public Window, Being *mPlayer; PlayerBox *mPlayerBox; + TabStrip *mGenderStrip; + int mMaxPoints; int mUsedPoints; @@ -156,6 +159,9 @@ class CharCreateDialog final : public Window, int mSlot; + Gender::Type mDefaultGender; + Gender::Type mGender; + unsigned int maxHairColor; unsigned int minHairColor; unsigned int maxHairStyle; -- cgit v1.2.3-70-g09d2