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;