parent
cf5cd21c50
commit
78e299fdfd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue