From 2b6c85a199994fde1a497f03e48653bbe4b6fb92 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Tue, 1 Jun 2004 14:47:31 +0000 Subject: [PATCH] Draw player above enemies in the dying sequence. SVN-Revision: 1379 --- src/player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player.cpp b/src/player.cpp index 655911dd3..32c70bb81 100644 --- 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 { -- 2.11.0