diff options
| author | manuel <manuel@mausz.at> | 2011-04-12 20:23:33 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-12 20:23:33 +0200 |
| commit | 6af8e7795da1e86745364af1538fa76d4e0fc07e (patch) | |
| tree | 815ea747b9249a3a7ee10040c31da45c9af48fb1 /pacman-c++/bonuspoint.cpp | |
| parent | ea20d11fdaf383eab6269d5aae2558fd15c5c29e (diff) | |
| download | foop-6af8e7795da1e86745364af1538fa76d4e0fc07e.tar.gz foop-6af8e7795da1e86745364af1538fa76d4e0fc07e.tar.bz2 foop-6af8e7795da1e86745364af1538fa76d4e0fc07e.zip | |
minor improvments: better debug messages + no tabs :D
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 5bb470e..221e32e 100644 --- a/pacman-c++/bonuspoint.cpp +++ b/pacman-c++/bonuspoint.cpp | |||
| @@ -33,7 +33,6 @@ bool BonusPoint::enter(Actor* actor) | |||
| 33 | 33 | ||
| 34 | void BonusPoint::onDie(Actor *actor) | 34 | void BonusPoint::onDie(Actor *actor) |
| 35 | { | 35 | { |
| 36 | qDebug() << "here comes the cherry.. "; | ||
| 37 | actor->eatingCherry(); | 36 | actor->eatingCherry(); |
| 38 | } | 37 | } |
| 39 | 38 | ||
