(svn r12064) -Codechange : Give grf bridges their own ResetBridges function, and put bridge spec in table/bridge_land.h, where it should be.

This commit is contained in:
belugas
2008-02-05 04:48:56 +00:00
parent c261218cf5
commit 3003986e67
4 changed files with 89 additions and 78 deletions

View File

@@ -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 */