summaryrefslogtreecommitdiff
path: root/src/gui/windows/charcreatedialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-10 17:44:28 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-10 17:44:28 +0300
commit7f9e82c6538dd51992518ee2af23d98a7c39cdeb (patch)
tree2070133e86d349b3579cd862d4bdee01554c1ed1 /src/gui/windows/charcreatedialog.h
parent5a15b718a475f8c2809521ea3166de379bf85b36 (diff)
downloadplus-7f9e82c6538dd51992518ee2af23d98a7c39cdeb.tar.gz
plus-7f9e82c6538dd51992518ee2af23d98a7c39cdeb.tar.bz2
plus-7f9e82c6538dd51992518ee2af23d98a7c39cdeb.tar.xz
plus-7f9e82c6538dd51992518ee2af23d98a7c39cdeb.zip
Allow hide player stats sliders in char creation dialog.
It hidden if configuration parameters is wrong.
Diffstat (limited to 'src/gui/windows/charcreatedialog.h')
-rw-r--r--src/gui/windows/charcreatedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/charcreatedialog.h b/src/gui/windows/charcreatedialog.h
index 634e78c2c..e41b17157 100644
--- a/src/gui/windows/charcreatedialog.h
+++ b/src/gui/windows/charcreatedialog.h
@@ -69,7 +69,7 @@ class CharCreateDialog final : public Window,
void unlock();
void setAttributes(const StringVect &labels,
- const int available,
+ int available,
const int min, const int max);
void setDefaultGender(const GenderT gender = Gender::FEMALE);