diff --git a/src/openrct2/windows/tile_inspector.c b/src/openrct2/windows/tile_inspector.c index 89fde9d838..39eab2aa68 100644 --- a/src/openrct2/windows/tile_inspector.c +++ b/src/openrct2/windows/tile_inspector.c @@ -834,7 +834,7 @@ static void window_tile_inspector_quarter_tile_set(sint32 element_index, const s windowTileInspectorTileX | (windowTileInspectorTileY << 8), element_index, GAME_COMMAND_MODIFY_TILE, - quarter_index - get_current_rotation() & 3, + (quarter_index - get_current_rotation()) & 3, 0 ); }