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 221e32e..6e1c9d0 100644 --- a/pacman-c++/bonuspoint.cpp +++ b/pacman-c++/bonuspoint.cpp | |||
| @@ -33,6 +33,6 @@ bool BonusPoint::enter(Actor* actor) | |||
| 33 | 33 | ||
| 34 | void BonusPoint::onDie(Actor *actor) | 34 | void BonusPoint::onDie(Actor *actor) |
| 35 | { | 35 | { |
| 36 | actor->eatingCherry(); | 36 | actor->eatingFruit(); |
| 37 | } | 37 | } |
| 38 | 38 | ||
