From 0155753c74226d3061663a884072a12a1145a5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rosen?= Date: Sat, 2 Jul 2011 18:56:54 +0000 Subject: [PATCH] fix a problem with halo flipping... ...when the haloes were facing south-west thx to Espreon for reporting it --- src/unit_frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unit_frame.cpp b/src/unit_frame.cpp index 772d1d96b5e..fb38f442736 100644 --- a/src/unit_frame.cpp +++ b/src/unit_frame.cpp @@ -590,7 +590,7 @@ void unit_frame::redraw(const int frame_time,bool first_time,const map_location } break; case map_location::SOUTH_WEST: - if(!current_data.auto_hflip) { + if(!current_data.auto_vflip) { orientation = halo::HREVERSE; } else { orientation = halo::HVREVERSE;