From 28fe368b7fee701d92c2c459c28bcaeae7f43235 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 15 Dec 2005 17:55:59 +0000 Subject: (svn r3308) BAD foo.h: int bar; GOOD foo.h: extern int bar; foo.c: int bar; --- tunnelbridge_cmd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tunnelbridge_cmd.c') diff --git a/tunnelbridge_cmd.c b/tunnelbridge_cmd.c index ae7268507..88d9d2d2e 100644 --- a/tunnelbridge_cmd.c +++ b/tunnelbridge_cmd.c @@ -55,6 +55,9 @@ const Bridge orig_bridge[] = { { 90, 2, 32, 510, 608, 0xA28 | PALETTE_TO_STRUCT_GREY , STR_BRIDGE_TUBULAR_SILICON , NULL, 0 } }; +Bridge _bridge[MAX_BRIDGES]; + + // calculate the price factor for building a long bridge. // basically the cost delta is 1,1, 1, 2,2, 3,3,3, 4,4,4,4, 5,5,5,5,5, 6,6,6,6,6,6, 7,7,7,7,7,7,7, 8,8,8,8,8,8,8,8, int CalcBridgeLenCostFactor(int x) -- cgit v1.2.3-54-g00ecf