diff options
Diffstat (limited to 'pacman-c++/bonuspoint.cpp')
| -rw-r--r-- | pacman-c++/bonuspoint.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman-c++/bonuspoint.cpp b/pacman-c++/bonuspoint.cpp index 2a772d5..2b5500b 100644 --- a/pacman-c++/bonuspoint.cpp +++ b/pacman-c++/bonuspoint.cpp | |||
| @@ -23,7 +23,6 @@ BonusPoint::BonusPoint(QGraphicsItem *parent) | |||
| 23 | bool BonusPoint::enter(Actor* actor) | 23 | bool BonusPoint::enter(Actor* actor) |
| 24 | { | 24 | { |
| 25 | actor->addRoundPoints(Constants::Game::bonus_point_value); | 25 | actor->addRoundPoints(Constants::Game::bonus_point_value); |
| 26 | actor->eatingCherry(); | ||
| 27 | m_eaten = true; | 26 | m_eaten = true; |
| 28 | return false; | 27 | return false; |
| 29 | } | 28 | } |
