forked from mirror/OpenTTD
(svn r161) -Fix: added missing file to project and solved wrong type bug
This commit is contained in:
@@ -223,7 +223,7 @@ static void TileLoop_Unmovable(uint tile)
|
||||
}
|
||||
|
||||
|
||||
static uint32 GetTileTrackStatus_Unmovable(uint tile, int mode)
|
||||
static uint32 GetTileTrackStatus_Unmovable(uint tile, TransportType mode)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user