Keep building area highlighted when confirmation window is shown
This commit is contained in:
@@ -2449,6 +2449,8 @@ void UpdateTileSelection()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ConfirmationWindowShown()) return;
|
||||||
|
|
||||||
/* redraw selection */
|
/* redraw selection */
|
||||||
if (_thd.drawstyle != new_drawstyle ||
|
if (_thd.drawstyle != new_drawstyle ||
|
||||||
_thd.pos.x != _thd.new_pos.x || _thd.pos.y != _thd.new_pos.y ||
|
_thd.pos.x != _thd.new_pos.x || _thd.pos.y != _thd.new_pos.y ||
|
||||||
|
|||||||
Reference in New Issue
Block a user