Set selection tiles dirty when erasing a queued command.

This commit is contained in:
Juanjo
2013-10-14 17:55:30 +00:00
committed by pelya
parent 4f60841795
commit f70dbfdc32
3 changed files with 5 additions and 2 deletions

View File

@@ -1717,7 +1717,7 @@ void MarkTileDirtyByTile(TileIndex tile)
*
* @ingroup dirty
*/
static void SetSelectionTilesDirty()
void SetSelectionTilesDirty()
{
int x_size = _thd.size.x;
int y_size = _thd.size.y;