(svn r17726) -Cleanup: Remove some unneeded/unused parameters.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user