(svn r4265) - Fix: compile warning on VS2005 (parameter 2 different from declaration)

This commit is contained in:
Darkvater
2006-04-03 18:11:42 +00:00
parent 857ccb97c9
commit fc68881906
4 changed files with 6 additions and 6 deletions

View File

@@ -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;