1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Add IsGhost to the testpaint calls

This commit is contained in:
duncanspumpkin
2019-02-26 08:50:04 +00:00
parent ab058fe659
commit eb9ecea92e
2 changed files with 6 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ bool TileElementBase::IsGhost() const
{
return (this->flags & TILE_ELEMENT_FLAG_GHOST) != 0;
}
void TileElementBase::SetGhost(bool isGhost)
{
if (isGhost == true)