[Super-tux-commit] supertux/src gameloop.cpp,1.113,1.114
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-27 18:29:26
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv749 Modified Files: gameloop.cpp Log Message: - reset bonus on kill Index: gameloop.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/gameloop.cpp,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- gameloop.cpp 27 Apr 2004 15:15:16 -0000 1.113 +++ gameloop.cpp 27 Apr 2004 18:29:17 -0000 1.114 @@ -432,6 +432,7 @@ } else if (!end_sequence && tux->is_dead()) { + player_status.bonus = PlayerStatus::NO_BONUS; player_status.lives -= 1; if (player_status.lives < 0) |