diff options
Diffstat (limited to 'pacman-c++/bonuspoint.cpp')
| -rw-r--r-- | pacman-c++/bonuspoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/bonuspoint.cpp b/pacman-c++/bonuspoint.cpp index bbb26b7..5bb470e 100644 --- a/pacman-c++/bonuspoint.cpp +++ b/pacman-c++/bonuspoint.cpp | |||
| @@ -10,7 +10,7 @@ namespace | |||
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | BonusPoint::BonusPoint(QGraphicsItem *parent) | 12 | BonusPoint::BonusPoint(QGraphicsItem *parent) |
| 13 | : PixmapItem(parent) | 13 | : GameEntity(parent) |
| 14 | { | 14 | { |
| 15 | /* empty object for servers */ | 15 | /* empty object for servers */ |
| 16 | if (Constants::server) | 16 | if (Constants::server) |
