(svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile instead

This commit is contained in:
smatz
2009-04-26 10:21:50 +00:00
parent d0e5201cef
commit 88b8ac8ba7
4 changed files with 2 additions and 21 deletions

View File

@@ -25,13 +25,6 @@ bool CheckTileOwnership(TileIndex tile);
void InitializeLandscapeVariables(bool only_constants);
/* misc functions */
/**
* Mark a tile given by its coordinate dirty for repaint.
*
* @ingroup dirty
*/
void MarkTileDirty(int x, int y);
/**
* Mark a tile given by its index dirty for repaint.
*