forked from mirror/OpenTTD
(svn r4265) - Fix: compile warning on VS2005 (parameter 2 different from declaration)
This commit is contained in:
@@ -419,7 +419,7 @@ do_clear:;
|
||||
return cost;
|
||||
}
|
||||
|
||||
int32 DoConvertStreetRail(TileIndex tile, uint totype, bool exec)
|
||||
int32 DoConvertStreetRail(TileIndex tile, RailType totype, bool exec)
|
||||
{
|
||||
// not a railroad crossing?
|
||||
if (!IsLevelCrossing(tile)) return CMD_ERROR;
|
||||
|
Reference in New Issue
Block a user