Fixed life points not showing (#2868) (#2881)

This commit is contained in:
Alessandro Marzialetti 2017-10-04 18:44:36 +02:00 committed by Zach H
parent cf5cd21c50
commit 78e299fdfd

View file

@ -11,7 +11,7 @@
#endif /* _WIN32 */ #endif /* _WIN32 */
PlayerCounter::PlayerCounter(Player *_player, int _id, const QString &_name, int _value, QGraphicsItem *parent) PlayerCounter::PlayerCounter(Player *_player, int _id, const QString &_name, int _value, QGraphicsItem *parent)
: AbstractCounter(_player, _id, _name, false, _value, parent) : AbstractCounter(_player, _id, _name, false, _value, false, parent)
{ {
} }