summaryrefslogtreecommitdiff
path: root/src/bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bridge.h')
-rw-r--r--src/bridge.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bridge.h b/src/bridge.h
index b0546669b..5f2c1db59 100644
--- a/src/bridge.h
+++ b/src/bridge.h
@@ -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 */