summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-17 02:07:28 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-17 02:07:28 +0300
commite91a8c39e38cddb085320ae390cf985a73eaee5c (patch)
treeb407ed97d8feda93743ab1347a11692dfd979353 /src/being/playerinfo.h
parentddf3a130e1db0417d2dad77f69d6aa95028024d6 (diff)
downloadplus-e91a8c39e38cddb085320ae390cf985a73eaee5c.tar.gz
plus-e91a8c39e38cddb085320ae390cf985a73eaee5c.tar.bz2
plus-e91a8c39e38cddb085320ae390cf985a73eaee5c.tar.xz
plus-e91a8c39e38cddb085320ae390cf985a73eaee5c.zip
Remove default parameter from PlayerInfo::setStatBase.
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r--src/being/playerinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h
index 504b7d1d2..a4691a54e 100644
--- a/src/being/playerinfo.h
+++ b/src/being/playerinfo.h
@@ -121,7 +121,7 @@ namespace PlayerInfo
*/
void setStatBase(const AttributesT id,
const int value,
- const Notify notify = Notify_true);
+ const Notify notify);
/**
* Returns the modifier for the given stat.