Smudges are now positioned properly.

This commit is contained in:
Justin Marshall
2020-07-12 13:21:20 -07:00
parent dc20ebb4c0
commit a9028cb525
+4 -1
View File
@@ -1191,7 +1191,10 @@ void CellClass::Draw_It(int x, int y, bool objects)
** Redraw any smudge.
*/
if (Smudge != SMUDGE_NONE) {
SmudgeTypeClass::As_Reference(Smudge).Draw_It(x, y, SmudgeData);
int xx = x;
int yy = y;
ConvertCoordsToIsometric(xx, yy);
SmudgeTypeClass::As_Reference(Smudge).Draw_It(xx, yy, SmudgeData);
}
/*