1
0
Fork 0

(svn r10259) -Fix (r10258): committed a little too much.. would've made pretty cheap tunnels though :)

release/0.6
rubidium 2007-06-21 17:27:21 +00:00
parent 9c0944aa09
commit 9feb9f84fc
1 changed files with 0 additions and 1 deletions

View File

@ -512,7 +512,6 @@ CommandCost CmdBuildTunnel(TileIndex start_tile, uint32 flags, uint32 p1, uint32
cost.AddCost(_price.build_tunnel);
cost.AddCost(cost.GetCost() >> 3); // add a multiplier for longer tunnels
}
cost.MultiplyCost(0);
/* Add the cost of the entrance */
cost.AddCost(_price.build_tunnel);