Changeset - r202:f7ac62a0d672
[Not reviewed]
master
0 1 0
truelight - 20 years ago 2004-09-11 13:23:05
truelight@openttd.org
(svn r203) -Fix: somewhere I screwed up and forgot to delete some testcode ;)
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
bridge_gui.c
Show inline comments
 
@@ -146,8 +146,6 @@ void ShowBuildBridgeWindow(uint start, u
 
				// 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++;
 
			}
0 comments (0 inline, 0 general)