From 03254940a48ceecb68eee1b64cce4de045e2aab6 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 6 Mar 2006 13:11:08 +0000 Subject: (svn r3773) Shove some semantics down ottd's throat by replacing ints and magic numbers by enums and some related changes --- functions.h | 1 - 1 file changed, 1 deletion(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 58304bf6b..39d270ff1 100644 --- a/functions.h +++ b/functions.h @@ -215,7 +215,6 @@ bool CheckIfAuthorityAllows(TileIndex tile); Town *ClosestTownFromTile(TileIndex tile, uint threshold); void ChangeTownRating(Town *t, int add, int max); -uint GetRoadBitsByTile(TileIndex tile); int GetTownRadiusGroup(const Town *t, TileIndex tile); void ShowNetworkChatQueryWindow(byte desttype, byte dest); void ShowNetworkGiveMoneyWindow(byte player); -- cgit v1.2.3-54-g00ecf