From 0ee48fc6d34a5791a4672b8a6682a53e4fc29435 Mon Sep 17 00:00:00 2001 From: belugas Date: Tue, 5 Feb 2008 04:48:56 +0000 Subject: (svn r12064) -Codechange : Give grf bridges their own ResetBridges function, and put bridge spec in table/bridge_land.h, where it should be. --- src/bridge.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bridge.h') diff --git a/src/bridge.h b/src/bridge.h index 60c1e6185..0fbd7aeee 100644 --- a/src/bridge.h +++ b/src/bridge.h @@ -47,4 +47,6 @@ void DrawBridgeMiddle(const TileInfo *ti); bool CheckBridge_Stuff(byte bridge_type, uint bridge_len); int CalcBridgeLenCostFactor(int x); +void ResetBridges(); + #endif /* BRIDGE_H */ -- cgit v1.2.3-54-g00ecf