mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-30 01:49:10 +00:00
(svn r161) -Fix: added missing file to project and solved wrong type bug
This commit is contained in:
@@ -618,7 +618,7 @@ static void ClickTile_Trees(uint tile)
|
||||
/* not used */
|
||||
}
|
||||
|
||||
static uint32 GetTileTrackStatus_Trees(uint tile, int mode)
|
||||
static uint32 GetTileTrackStatus_Trees(uint tile, TransportType mode)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user