From 77f27895854d7d78621db9aaa53b3543a89ef94f Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Tue, 27 Apr 2004 18:29:17 +0000 Subject: [PATCH] - reset bonus on kill SVN-Revision: 786 --- src/gameloop.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gameloop.cpp b/src/gameloop.cpp index b5857c902..06be6bb8e 100644 --- a/src/gameloop.cpp +++ b/src/gameloop.cpp @@ -432,6 +432,7 @@ GameSession::check_end_conditions() } else if (!end_sequence && tux->is_dead()) { + player_status.bonus = PlayerStatus::NO_BONUS; player_status.lives -= 1; if (player_status.lives < 0) -- 2.11.0