projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aee6d74
)
Tuxdev's patch to fix death by falling when invincible.
author
Wolfgang Becker
<uafr@gmx.de>
Thu, 6 Jul 2006 11:07:12 +0000
(11:07 +0000)
committer
Wolfgang Becker
<uafr@gmx.de>
Thu, 6 Jul 2006 11:07:12 +0000
(11:07 +0000)
SVN-Revision: 3913
src/object/player.cpp
patch
|
blob
|
history
diff --git
a/src/object/player.cpp
b/src/object/player.cpp
index
c71e11f
..
b5d0239
100644
(file)
--- a/
src/object/player.cpp
+++ b/
src/object/player.cpp
@@
-1012,7
+1012,7
@@
Player::kill(bool completely)
if(dying || deactivated)
return;
- if(!completely &&
safe_timer.started() || invincible_timer.started(
))
+ if(!completely &&
(safe_timer.started() || invincible_timer.started()
))
return;
sound_manager->play("sounds/hurt.wav");