Mark being inside a piece of sloped terrain as being occupied

This commit is contained in:
Jeroen D Stout 2017-10-03 23:11:59 +02:00 committed by Aaron van Geffen
parent d00a282c1c
commit b9faed7437
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,7 @@ void virtual_floor_paint(paint_session * session)
tileElement->properties.surface.slope != 0)
{
weAreBelowGround = true;
weAreOccupied = true;
}
continue;
}
@ -212,6 +213,7 @@ void virtual_floor_paint(paint_session * session)
tileElement->properties.surface.slope != 0)
{
theyAreBelowGround = true;
theyAreOccupied = true;
}
continue;
}