mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
Add missing "openrct2_corrupt" element type
This commit is contained in:
parent
ec0a734511
commit
f4fcaef0cd
1 changed files with 1 additions and 1 deletions
2
distribution/openrct2.d.ts
vendored
2
distribution/openrct2.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue