From f4fcaef0cda2b84450909d40d82e8f6573a46975 Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Sat, 2 May 2020 20:14:50 +0200 Subject: [PATCH] Add missing "openrct2_corrupt" element type --- distribution/openrct2.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;