(svn r17726) -Cleanup: Remove some unneeded/unused parameters.

This commit is contained in:
frosch
2009-10-06 19:30:31 +00:00
parent f3aacb8fe3
commit 7a8a97e68a
4 changed files with 16 additions and 17 deletions

View File

@@ -280,7 +280,7 @@ CommandCost CmdBuildRoadVeh(TileIndex tile, DoCommandFlag flags, uint32 p1, uint
v->cargo_cap = rvi->capacity;
AddArticulatedParts(v, VEH_ROAD);
AddArticulatedParts(v);
v->InvalidateNewGRFCacheOfChain();
/* Call various callbacks after the whole consist has been constructed */