File diff r6991:41a2b6f8eeda → r6992:38850e911adb
src/tunnelbridge_cmd.cpp
Show inline comments
 
@@ -504,7 +504,6 @@ CommandCost CmdBuildTunnel(TileIndex sta
 

	
 
		cost.AddCost(_price.build_tunnel);
 
		cost.AddCost(cost.GetCost() >> 3); // add a multiplier for longer tunnels
 
		if (cost.GetCost() >= 400000000) cost.AddCost(400000000 - cost.GetCost());
 
	}
 

	
 
	/* Add the cost of the entrance */