diff --git a/SuperCbr.g1a b/SuperCbr.g1a index 9fd1418..0b16aef 100644 Binary files a/SuperCbr.g1a and b/SuperCbr.g1a differ diff --git a/src/world.c b/src/world.c index 834e1cf..c300ffb 100755 --- a/src/world.c +++ b/src/world.c @@ -119,7 +119,7 @@ void cellDraw(int cx, int cy, int sx, int sy, int plan) break; case END_LEVEL: - tileDraw(sx, sy, &end_level, ((deco_t*)cell)->x-8, ((deco_t*)cell)->y); + tileDraw(sx-8, sy, &end_level, ((deco_t*)cell)->x, ((deco_t*)cell)->y); break; } }