(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 f6d8e60799
commit 751a9bdf0a
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 */