forked from mirror/OpenTTD
(svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile instead
This commit is contained in:
@@ -675,7 +675,7 @@ struct BuildRailToolbarWindow : Window {
|
||||
break;
|
||||
}
|
||||
}
|
||||
MarkTileDirty(_thd.pos.x, _thd.pos.y); // redraw tile selection
|
||||
MarkTileDirtyByTile(TileVirtXY(_thd.pos.x, _thd.pos.y)); // redraw tile selection
|
||||
return state;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user