diff options
author | belugas <belugas@openttd.org> | 2008-02-05 05:03:50 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-02-05 05:03:50 +0000 |
commit | 23c8664593b6e7a4f2b1c0058d5f4491935c3682 (patch) | |
tree | ce42182346f8d4c0c1ff11f21b6cbe1bcc849a2f /src/bridge.h | |
parent | 0ee48fc6d34a5791a4672b8a6682a53e4fc29435 (diff) | |
download | openttd-23c8664593b6e7a4f2b1c0058d5f4491935c3682.tar.xz |
(svn r12065) -Codechange : removed a now useless declaration ( orig_bridge )
Diffstat (limited to 'src/bridge.h')
-rw-r--r-- | src/bridge.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bridge.h b/src/bridge.h index 0fbd7aeee..9088e96c1 100644 --- a/src/bridge.h +++ b/src/bridge.h @@ -30,7 +30,6 @@ struct Bridge { 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); |