fix a problem with halo flipping...
...when the haloes were facing south-west thx to Espreon for reporting it
This commit is contained in:
parent
882bed8c8b
commit
0155753c74
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue