correct flag drawing

This commit is contained in:
Milang 2020-02-18 14:32:44 +01:00
parent 2547765eef
commit 3c467a5c5b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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;
}
}