1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Fix Travis warning

This commit is contained in:
Broxzier
2017-02-07 21:43:09 +01:00
committed by Michał Janiszewski
parent bc93ecaf30
commit 22cfb3da2c

View File

@@ -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
);
}