fix flag drawing 2

This commit is contained in:
Milang 2020-02-18 14:35:26 +01:00
parent 3c467a5c5b
commit a2754a92fd
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-8, ((deco_t*)cell)->y);
tileDraw(sx-8, sy, &end_level, ((deco_t*)cell)->x, ((deco_t*)cell)->y);
break;
}
}