projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33859ce
)
- reset bonus on kill
author
Ingo Ruhnke
<grumbel@gmx.de>
Tue, 27 Apr 2004 18:29:17 +0000
(18:29 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Tue, 27 Apr 2004 18:29:17 +0000
(18:29 +0000)
SVN-Revision: 786
src/gameloop.cpp
patch
|
blob
|
history
diff --git
a/src/gameloop.cpp
b/src/gameloop.cpp
index
b5857c9
..
06be6bb
100644
(file)
--- 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)