1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Add missing "openrct2_corrupt" element type

This commit is contained in:
Hielke Morsink
2020-05-02 20:14:50 +02:00
parent ec0a734511
commit f4fcaef0cd

View File

@@ -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;