(svn r160) -Codechange: made GetTileTrackStatus more readable (blathijs)

-Fix: some minor fixes around GetTileTrackStatus (blathijs)
This commit is contained in:
truelight
2004-09-05 16:15:22 +00:00
parent 1846563cf8
commit 10d54ac604
20 changed files with 145 additions and 79 deletions

View File

@@ -820,7 +820,7 @@ static void ClickTile_Industry(uint tile)
ShowIndustryViewWindow(_map2[tile]);
}
static uint32 GetTileTrackStatus_Industry(uint tile, int mode)
static uint32 GetTileTrackStatus_Industry(uint tile, TransportType mode)
{
return 0;
}