From e64beee6561ad293b045e2c268180961db516064 Mon Sep 17 00:00:00 2001 From: skidd13 Date: Mon, 31 Mar 2008 15:10:24 +0000 Subject: (svn r12513) -Codechange: rename OriginalTileRandomiser something more descriptive --- src/town.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town.h') 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); -- cgit v1.2.3-54-g00ecf