summaryrefslogtreecommitdiff
path: root/bridge_gui.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-09-11 13:23:05 +0000
committertruelight <truelight@openttd.org>2004-09-11 13:23:05 +0000
commit0b5cc6f149a8a1149a40a89c1740d8ee32521517 (patch)
treedc8b3034814fd089b47fb0a4d877a29072552d06 /bridge_gui.c
parent7aa0bdf48b8f27389ad69c4299b8d910398c43d5 (diff)
downloadopenttd-0b5cc6f149a8a1149a40a89c1740d8ee32521517.tar.xz
(svn r203) -Fix: somewhere I screwed up and forgot to delete some testcode ;)
Diffstat (limited to 'bridge_gui.c')
-rw-r--r--bridge_gui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bridge_gui.c b/bridge_gui.c
index 5106f678c..6a1120c79 100644
--- a/bridge_gui.c
+++ b/bridge_gui.c
@@ -146,8 +146,6 @@ void ShowBuildBridgeWindow(uint start, uint end, byte bridge_type)
// bridge is accepted, add to list
// add to terraforming & bulldozing costs the cost of the bridge itself (not computed with DC_QUERY_COST)
_bridge.costs[j] = ret + ((((int64)tot_bridge_len * (int64)_price.build_bridge) * (int64)_bridge_type_price_mod[bridge_type]) >> 8);
- if (_bridge.costs[j] < 0)
- printf("BLAAT!\n");
_bridge.indexes[j] = bridge_type;
j++;
}