diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-18 01:27:27 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-18 01:27:27 +0000 |
commit | 1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c (patch) | |
tree | eb36781dbb8a76967b10f45773e6fb4949ca9b74 /src/gui/char_select.h | |
parent | 57e9dc1c0f794508335819db4eb1f80ff8836d68 (diff) | |
download | mana-client-1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c.tar.gz mana-client-1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c.tar.bz2 mana-client-1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c.tar.xz mana-client-1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c.zip |
Updated attribute system to the latest design decisions (removed charisma, kept agility in)
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r-- | src/gui/char_select.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h index 5d0b42fa..f2d6cbc4 100644 --- a/src/gui/char_select.h +++ b/src/gui/char_select.h @@ -140,9 +140,9 @@ class CharCreateDialog : public Window, public gcn::ActionListener gcn::Button *mPrevHairStyleButton; gcn::Label *mHairStyleLabel; - gcn::Slider *mAttributeSlider[7]; - gcn::Label *mAttributeLabel[7]; - gcn::Label *mAttributeValue[7]; + gcn::Slider *mAttributeSlider[6]; + gcn::Label *mAttributeLabel[6]; + gcn::Label *mAttributeValue[6]; gcn::Label *mAttributesLeft; gcn::Button *mCreateButton; @@ -153,7 +153,7 @@ class CharCreateDialog : public Window, public gcn::ActionListener int mSlot; - static const int mMaxPoints = 70; + static const int mMaxPoints = 60; int mUsedPoints; }; |