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
1 changed files with 1 additions and 1 deletions

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