diff --git a/distribution/openrct2.d.ts b/distribution/openrct2.d.ts index 2e6983a6f2..cfd10e3fd4 100644 --- a/distribution/openrct2.d.ts +++ b/distribution/openrct2.d.ts @@ -356,7 +356,7 @@ declare global { } type TileElementType = - "surface" | "footpath" | "track" | "small_scenery" | "wall" | "entrance" | "large_scenery" | "banner"; + "surface" | "footpath" | "track" | "small_scenery" | "wall" | "entrance" | "large_scenery" | "banner" | "openrct2_corrupt"; interface BaseTileElement { type: TileElementType;