forked from mirror/OpenTTD
(svn r160) -Codechange: made GetTileTrackStatus more readable (blathijs)
-Fix: some minor fixes around GetTileTrackStatus (blathijs)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user