# HG changeset patch # User truelight # Date 1094908985 0 # Node ID 6f88be5f4802cc9b7b7466cbb197f641e9a22ba6 # Parent c40d343115f8fca8216ef92165106faf5a5510f6 (svn r203) -Fix: somewhere I screwed up and forgot to delete some testcode ;) diff -r c40d343115f8 -r 6f88be5f4802 bridge_gui.c --- a/bridge_gui.c Sat Sep 11 09:55:19 2004 +0000 +++ b/bridge_gui.c Sat Sep 11 13:23:05 2004 +0000 @@ -146,8 +146,6 @@ // 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++; }