diff --git a/SuperCbr.g1a b/SuperCbr.g1a index 9a69cf6..9fd1418 100644 Binary files a/SuperCbr.g1a and b/SuperCbr.g1a differ diff --git a/src/world.c b/src/world.c index f8d11f2..834e1cf 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, ((deco_t*)cell)->y); + tileDraw(sx, sy, &end_level, ((deco_t*)cell)->x-8, ((deco_t*)cell)->y); break; } }