Changeset - r8490:97d535e253db
[Not reviewed]
master
0 1 0
belugas - 17 years ago 2008-02-05 05:03:50
belugas@openttd.org
(svn r12065) -Codechange : removed a now useless declaration ( orig_bridge )
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/bridge.h
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)