1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 18:09:09 +00:00

(svn r12065) -Codechange : removed a now useless declaration ( orig_bridge )

This commit is contained in:
belugas
2008-02-05 05:03:50 +00:00
parent 3003986e67
commit 80daad8d4d

View File

@@ -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);