Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pfedick committed Jul 30, 2023
1 parent e512e7d commit 44c829d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/objects/rat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ void Rat::handleCollision(Player* player, const Collision& collision)
getAudioPool().stopInstace(audio);
delete audio;
audio=NULL;
ppl7::PrintDebugTime("audio aus\n");
}
} else {
player->dropHealth(2);
Expand Down

0 comments on commit 44c829d

Please sign in to comment.