1
0
Fork 0

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

release/0.6
belugas 2008-02-05 05:03:50 +00:00
parent 3003986e67
commit 80daad8d4d
1 changed files with 0 additions and 1 deletions

View File

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