(svn r12065) -Codechange : removed a now useless declaration ( orig_bridge )
authorbelugas
Tue, 05 Feb 2008 05:03:50 +0000
changeset 8986 3b44afb5ca30
parent 8985 2f7b495d5807
child 8987 782be613237b
(svn r12065) -Codechange : removed a now useless declaration ( orig_bridge )
src/bridge.h
--- a/src/bridge.h	Tue Feb 05 04:48:56 2008 +0000
+++ b/src/bridge.h	Tue Feb 05 05:03:50 2008 +0000
@@ -30,7 +30,6 @@
 	byte flags;          ///< bit 0 set: disable drawing of far pillars.
 };
 
-extern const Bridge orig_bridge[MAX_BRIDGES];
 extern Bridge _bridge[MAX_BRIDGES];
 
 Foundation GetBridgeFoundation(Slope tileh, Axis axis);