Add: [Script] ScriptError::ERR_BRIDGE_TOO_LOW (#14560)

This commit is contained in:
Loïc Guilloux
2025-08-31 16:04:02 +02:00
committed by GitHub
parent 7c0f69a8fe
commit 80666a0d51
6 changed files with 11 additions and 0 deletions
+3
View File
@@ -175,6 +175,9 @@ public:
/** Station is too spread out */
ERR_STATION_TOO_SPREAD_OUT, // [STR_ERROR_STATION_TOO_SPREAD_OUT]
/** Bridge is too low */
ERR_BRIDGE_TOO_LOW, // [STR_ERROR_BRIDGE_TOO_LOW_FOR_STATION, STR_ERROR_BRIDGE_TOO_LOW_FOR_ROADSTOP, STR_ERROR_BRIDGE_TOO_LOW_FOR_BUOY, STR_ERROR_BRIDGE_TOO_LOW_FOR_RAIL_WAYPOINT, STR_ERROR_BRIDGE_TOO_LOW_FOR_ROAD_WAYPOINT]
};
/**