mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-21 11:25:42 +01:00
(svn r12065) -Codechange : removed a now useless declaration ( orig_bridge )
This commit is contained in:
parent
3003986e67
commit
80daad8d4d
@ -30,7 +30,6 @@ struct Bridge {
|
|||||||
byte flags; ///< bit 0 set: disable drawing of far pillars.
|
byte flags; ///< bit 0 set: disable drawing of far pillars.
|
||||||
};
|
};
|
||||||
|
|
||||||
extern const Bridge orig_bridge[MAX_BRIDGES];
|
|
||||||
extern Bridge _bridge[MAX_BRIDGES];
|
extern Bridge _bridge[MAX_BRIDGES];
|
||||||
|
|
||||||
Foundation GetBridgeFoundation(Slope tileh, Axis axis);
|
Foundation GetBridgeFoundation(Slope tileh, Axis axis);
|
||||||
|
Loading…
Reference in New Issue
Block a user