We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e512e7d commit 44c829dCopy full SHA for 44c829d
1 file changed
src/objects/rat.cpp
@@ -47,7 +47,6 @@ void Rat::handleCollision(Player* player, const Collision& collision)
47
getAudioPool().stopInstace(audio);
48
delete audio;
49
audio=NULL;
50
- ppl7::PrintDebugTime("audio aus\n");
51
}
52
} else {
53
player->dropHealth(2);
0 commit comments