File diff r26089:2283e9229bb0 → r26090:5a592dbf1c28
src/roadveh_cmd.cpp
Show inline comments
 
@@ -1133,7 +1133,7 @@ static bool CanBuildTramTrackOnTile(Comp
 
	/* The 'current' company is not necessarily the owner of the vehicle. */
 
	Backup<CompanyID> cur_company(_current_company, c, FILE_LINE);
 

	
 
	CommandCost ret = DoCommand(t, rt << 4 | r, 0, DC_NO_WATER, CMD_BUILD_ROAD);
 
	CommandCost ret = DoCommand(DC_NO_WATER, CMD_BUILD_ROAD, t, rt << 4 | r, 0);
 

	
 
	cur_company.Restore();
 
	return ret.Succeeded();