mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-11 23:50:51 +02:00
Smudges are now positioned properly.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user