From: Ricardo Cruz Date: Tue, 1 Jun 2004 14:47:31 +0000 (+0000) Subject: Draw player above enemies in the dying sequence. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=2b6c85a199994fde1a497f03e48653bbe4b6fb92;p=supertux.git Draw player above enemies in the dying sequence. SVN-Revision: 1379 --- 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 {