Author: esr
Date: Wed Oct  1 01:06:09 2008
New Revision: 29796

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29796&view=rev
Log:
Address bug #12380 (fix by beetlenaut).

Modified:
    trunk/data/core/macros/animation-utils.cfg

Modified: trunk/data/core/macros/animation-utils.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/macros/animation-utils.cfg?rev=29796&r1=29795&r2=29796&view=diff
==============================================================================
--- trunk/data/core/macros/animation-utils.cfg (original)
+++ trunk/data/core/macros/animation-utils.cfg Wed Oct  1 01:06:09 2008
@@ -203,7 +203,9 @@
 #define DEFENSE_ANIM_DIRECTIONAL_RANGE REACTION_SE_IMAGE BASE_SE_IMAGE 
REACTION_NE_IMAGE BASE_NE_IMAGE HITSOUND RANGE
     [defend]
         direction=sw,s,se
-        range={RANGE}
+        [filter_attack]
+            range={RANGE}
+        [/filter_attack]
         start_time=-126
         [frame]
             duration=1
@@ -235,7 +237,9 @@
     [/defend]
     [defend]
         direction=nw,n,ne
-        range={RANGE}
+        [filter_attack]
+            range={RANGE}
+        [/filter_attack]
         start_time=-126
         [frame]
             duration=1


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to