summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2008-03-31 15:10:24 +0000
committerskidd13 <skidd13@openttd.org>2008-03-31 15:10:24 +0000
commit4cc6140619a9988c1e16ff82bf7edb601ce0ed0c (patch)
tree9b6dd6eaf1527135253d7c87a4ce51747f45b477 /src/town.h
parenta0895d57fa4cc30e49bef6a689b1a73cf4c3d02a (diff)
downloadopenttd-4cc6140619a9988c1e16ff82bf7edb601ce0ed0c.tar.xz
(svn r12513) -Codechange: rename OriginalTileRandomiser something more descriptive
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town.h b/src/town.h
index 4c42c8bc5..cbbc76371 100644
--- a/src/town.h
+++ b/src/town.h
@@ -314,7 +314,7 @@ extern const Town **_town_sort;
extern Town *_cleared_town;
extern int _cleared_town_rating;
-uint OriginalTileRandomiser(uint x, uint y);
+uint TileHash2Bit(uint x, uint y);
void ResetHouses();
void ClearTownHouse(Town *t, TileIndex tile);