Author: boucman
Date: Sat Jul 2 20:56:54 2011
New Revision: 50114
URL: http://svn.gna.org/viewcvs/wesnoth?rev=50114&view=rev
Log:
fix a problem with halo flipping when the haloes were facing south-west thx to
Espreon for reporting it
Modified:
trunk/src/unit_frame.cpp
Modified: trunk/src/unit_frame.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_frame.cpp?rev=50114&r1=50113&r2=50114&view=diff
==============================================================================
--- trunk/src/unit_frame.cpp (original)
+++ trunk/src/unit_frame.cpp Sat Jul 2 20:56:54 2011
@@ -590,7 +590,7 @@
}
break;
case map_location::SOUTH_WEST:
- if(!current_data.auto_hflip) {
+ if(!current_data.auto_vflip) {
orientation = halo::HREVERSE;
} else {
orientation = halo::HVREVERSE;
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits