mirror of https://github.com/OpenTTD/OpenTTD
(svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah
local copy mess....release/0.5
parent
d9a1578cf4
commit
f1f6e4df27
|
@ -180,8 +180,6 @@ Town *ClosestTownFromTile(TileIndex tile, uint threshold);
|
||||||
void ChangeTownRating(Town *t, int add, int max);
|
void ChangeTownRating(Town *t, int add, int max);
|
||||||
|
|
||||||
uint GetTownRadiusGroup(const Town* t, TileIndex tile);
|
uint GetTownRadiusGroup(const Town* t, TileIndex tile);
|
||||||
void ShowNetworkChatQueryWindow(byte desttype, byte dest);
|
|
||||||
void ShowNetworkGiveMoneyWindow(byte player);
|
|
||||||
int FindFirstBit(uint32 x);
|
int FindFirstBit(uint32 x);
|
||||||
void ShowHighscoreTable(int difficulty, int8 rank);
|
void ShowHighscoreTable(int difficulty, int8 rank);
|
||||||
TileIndex AdjustTileCoordRandomly(TileIndex a, byte rng);
|
TileIndex AdjustTileCoordRandomly(TileIndex a, byte rng);
|
||||||
|
|
Loading…
Reference in New Issue