(svn r16155) -Codechange: remove MarkTileDirty, use MarkTileDirtyByTile instead
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user