summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-22 12:16:20 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-29 00:49:56 +0300
commit76c98ce0c8e78778f73d6a5728441897e134fb9e (patch)
tree63753c9b80004c2f66314d8ea883a9b378656a12 /src/gui/charcreatedialog.cpp
parentecf7284930fc6b67db33146819bedf6ec0ed7e7b (diff)
downloadplus-76c98ce0c8e78778f73d6a5728441897e134fb9e.tar.gz
plus-76c98ce0c8e78778f73d6a5728441897e134fb9e.tar.bz2
plus-76c98ce0c8e78778f73d6a5728441897e134fb9e.tar.xz
plus-76c98ce0c8e78778f73d6a5728441897e134fb9e.zip
Improve a bit look in character selection window.
Add selection skin for playerbox. New theme file: playerboxselected.xml
Diffstat (limited to 'src/gui/charcreatedialog.cpp')
-rw-r--r--src/gui/charcreatedialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/charcreatedialog.cpp b/src/gui/charcreatedialog.cpp
index 4f5a7e811..b8134313e 100644
--- a/src/gui/charcreatedialog.cpp
+++ b/src/gui/charcreatedialog.cpp
@@ -105,7 +105,8 @@ CharCreateDialog::CharCreateDialog(CharSelectDialog *const parent,
mRace(0),
mPlayer(new Being(0, ActorSprite::PLAYER, static_cast<uint16_t>(mRace),
nullptr)),
- mPlayerBox(new PlayerBox(mPlayer, "charcreate_playerbox.xml")),
+ mPlayerBox(new PlayerBox(mPlayer, "charcreate_playerbox.xml",
+ "charcreate_selectedplayerbox.xml")),
mHairStyle(0),
mHairColor(0),
mSlot(slot),