diff options
Diffstat (limited to 'pacman-c++/point.cpp')
| -rw-r--r-- | pacman-c++/point.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman-c++/point.cpp b/pacman-c++/point.cpp index 1943756..755871d 100644 --- a/pacman-c++/point.cpp +++ b/pacman-c++/point.cpp | |||
| @@ -29,7 +29,6 @@ bool Point::enter(Actor *actor) | |||
| 29 | void Point::onDie(Actor *actor) | 29 | void Point::onDie(Actor *actor) |
| 30 | { | 30 | { |
| 31 | AudioPlayer *player = actor->wakaPlayer(); | 31 | AudioPlayer *player = actor->wakaPlayer(); |
| 32 | qDebug() << "onDie" << player; | ||
| 33 | if (player == NULL) | 32 | if (player == NULL) |
| 34 | return; | 33 | return; |
| 35 | if (player->state() != Phonon::PlayingState) | 34 | if (player->state() != Phonon::PlayingState) |
