mirror of https://github.com/OpenTTD/OpenTTD
(svn r12065) -Codechange : removed a now useless declaration ( orig_bridge )
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