diff options
Diffstat (limited to 'pacman-c++/bonuspoint.cpp')
| -rw-r--r-- | pacman-c++/bonuspoint.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/bonuspoint.cpp b/pacman-c++/bonuspoint.cpp index 6e1c9d0..8cb8c7e 100644 --- a/pacman-c++/bonuspoint.cpp +++ b/pacman-c++/bonuspoint.cpp | |||
| @@ -12,6 +12,8 @@ namespace | |||
| 12 | BonusPoint::BonusPoint(QGraphicsItem *parent) | 12 | BonusPoint::BonusPoint(QGraphicsItem *parent) |
| 13 | : GameEntity(parent) | 13 | : GameEntity(parent) |
| 14 | { | 14 | { |
| 15 | m_type = Type; | ||
| 16 | |||
| 15 | /* empty object for servers */ | 17 | /* empty object for servers */ |
| 16 | if (Constants::server) | 18 | if (Constants::server) |
| 17 | return; | 19 | return; |
