(svn r15582) -Cleanup: Remove unused function AdjustTileCoordRandomly(). Btw. it would also cause desyncs and wrap around the map.

This commit is contained in:
frosch
2009-02-25 21:24:42 +00:00
parent 0a2e46c6c7
commit c7e324bb40
2 changed files with 0 additions and 13 deletions

View File

@@ -58,6 +58,4 @@ void RunTileLoop();
void InitializeLandscape();
void GenerateLandscape(byte mode);
TileIndex AdjustTileCoordRandomly(TileIndex a, byte rng);
#endif /* LANDSCAPE_H */