mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Replace some usages of LocationXY(Z)16 (#10699)
This commit is contained in:
committed by
GitHub
parent
a8b5304786
commit
f41f878581
@@ -163,7 +163,7 @@ static void sub_68B3FB(paint_session* session, int32_t x, int32_t y)
|
||||
#ifndef __TESTPAINT__
|
||||
if (gConfigGeneral.virtual_floor_style != VIRTUAL_FLOOR_STYLE_OFF)
|
||||
{
|
||||
partOfVirtualFloor = virtual_floor_tile_is_floor(session->MapPosition.x, session->MapPosition.y);
|
||||
partOfVirtualFloor = virtual_floor_tile_is_floor(session->MapPosition);
|
||||
}
|
||||
#endif // __TESTPAINT__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user