From ece3be303cd7c469c8b6ee35866aeba18b607d25 Mon Sep 17 00:00:00 2001 From: duncanspumpkin Date: Sun, 26 Feb 2017 09:04:32 +0000 Subject: [PATCH] Fix formating --- src/openrct2/paint/map_element/fence.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openrct2/paint/map_element/fence.c b/src/openrct2/paint/map_element/fence.c index 21d9fa781a..8aac062562 100644 --- a/src/openrct2/paint/map_element/fence.c +++ b/src/openrct2/paint/map_element/fence.c @@ -182,9 +182,9 @@ void fence_paint(uint8 direction, sint32 height, rct_map_element * map_element) if (sceneryEntry->wall.flags & WALL_SCENERY_IS_DOOR) { rct_xyz16 offset; rct_xyz16 boundsR1, boundsR1_, boundsR2, boundsR2_, boundsL1, boundsL1_; - uint8 animationFrame = wall_element_get_animation_frame(map_element); - // Add the direction as well - animationFrame |= (map_element->properties.wall.animation & WALL_ANIMATION_FLAG_DIRECTION_BACKWARD) >> 3; + uint8 animationFrame = wall_element_get_animation_frame(map_element); + // Add the direction as well + animationFrame |= (map_element->properties.wall.animation & WALL_ANIMATION_FLAG_DIRECTION_BACKWARD) >> 3; uint32 imageId; switch (direction) { case 0: