fix flag drawing 2

dev 0.5.2
Milang 3 years ago
parent 3c467a5c5b
commit a2754a92fd

Binary file not shown.

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

Loading…
Cancel
Save