(svn r21142) -Codechange: replace magic bridge length constants with proper constants (uni657)

This commit is contained in:
rubidium
2010-11-10 23:43:14 +00:00
parent 65e6c9fd12
commit ed18d02e9a
3 changed files with 7 additions and 4 deletions

View File

@@ -72,4 +72,7 @@ int CalcBridgeLenCostFactor(int x);
void ResetBridges();
static const uint MAX_BRIDGE_LENGTH = 16; ///< Maximum length of the bridge
static const uint MAX_BRIDGE_LENGTH_LONGBRIDGES = 100; ///< Maximum length of the bridge with longbridges enabled
#endif /* BRIDGE_H */