From 76c98ce0c8e78778f73d6a5728441897e134fb9e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 22 Apr 2013 12:16:20 +0300 Subject: Improve a bit look in character selection window. Add selection skin for playerbox. New theme file: playerboxselected.xml --- src/gui/charcreatedialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/charcreatedialog.cpp') 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(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), -- cgit v1.2.3-70-g09d2