fix a problem with halo flipping...

...when the haloes were facing south-west

thx to Espreon for reporting it
This commit is contained in:
Jérémy Rosen 2011-07-02 18:56:54 +00:00
parent 882bed8c8b
commit 0155753c74

View file

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