Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4519/src
Modified Files:
player.cpp
Log Message:
Draw player above enemies in the dying sequence.
Index: player.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/player.cpp,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- player.cpp 31 May 2004 22:13:15 -0000 1.134
+++ player.cpp 1 Jun 2004 14:47:31 -0000 1.135
@@ -694,7 +694,7 @@
{
if (dying == DYING_SQUISHED)
{
- smalltux_gameover->draw(context, pos, LAYER_OBJECTS);
+ smalltux_gameover->draw(context, pos, LAYER_OBJECTS+1);
}
else
{
|