Update to 15.0-beta1

This commit is contained in:
dP
2024-12-25 20:34:06 +05:00
parent 46dc456049
commit a86fd7c621
963 changed files with 38070 additions and 33798 deletions

View File

@@ -22,6 +22,8 @@ class ScriptRoad : public ScriptObject {
public:
/**
* All road related error messages.
*
* @see ScriptErrorType
*/
enum ErrorMessages {
/** Base for road building / maintaining errors */
@@ -246,7 +248,7 @@ public:
* they are build or 2 when building the first part automatically
* builds the second part. -1 means the preconditions are not met.
*/
static SQInteger CanBuildConnectedRoadParts(ScriptTile::Slope slope, Array<> &&existing, TileIndex start, TileIndex end);
static SQInteger CanBuildConnectedRoadParts(ScriptTile::Slope slope, Array<TileIndex> &&existing, TileIndex start, TileIndex end);
/**
* Lookup function for building road parts independent of whether the