summaryrefslogtreecommitdiffstats
path: root/pacman-c++/bonuspoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/bonuspoint.cpp')
-rw-r--r--pacman-c++/bonuspoint.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman-c++/bonuspoint.cpp b/pacman-c++/bonuspoint.cpp
index 5bb470e..221e32e 100644
--- a/pacman-c++/bonuspoint.cpp
+++ b/pacman-c++/bonuspoint.cpp
@@ -33,7 +33,6 @@ bool BonusPoint::enter(Actor* actor)
33 33
34void BonusPoint::onDie(Actor *actor) 34void BonusPoint::onDie(Actor *actor)
35{ 35{
36 qDebug() << "here comes the cherry.. ";
37 actor->eatingCherry(); 36 actor->eatingCherry();
38} 37}
39 38