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
commite64beee6561ad293b045e2c268180961db516064 (patch)
tree9b6dd6eaf1527135253d7c87a4ce51747f45b477 /src/town.h
parentb488fe1929eb4290b7c1ed594cd18c5ecfd5a8a1 (diff)
downloadopenttd-e64beee6561ad293b045e2c268180961db516064.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);