projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f3e5d1
)
Draw player above enemies in the dying sequence.
author
Ricardo Cruz
<rick2@aeiou.pt>
Tue, 1 Jun 2004 14:47:31 +0000
(14:47 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Tue, 1 Jun 2004 14:47:31 +0000
(14:47 +0000)
SVN-Revision: 1379
src/player.cpp
patch
|
blob
|
history
diff --git
a/src/player.cpp
b/src/player.cpp
index
655911d
..
32c70bb
100644
(file)
--- a/
src/player.cpp
+++ b/
src/player.cpp
@@
-694,7
+694,7
@@
Player::draw(DrawingContext& context)
{
if (dying == DYING_SQUISHED)
{
- smalltux_gameover->draw(context, pos, LAYER_OBJECTS);
+ smalltux_gameover->draw(context, pos, LAYER_OBJECTS
+1
);
}
else
{