Author: soliton
Date: Sat Apr 30 17:25:23 2011
New Revision: 49337

URL: http://svn.gna.org/viewcvs/wesnoth?rev=49337&view=rev
Log:
applied patch #2651: Use MODIFY_TERRAIN macro in Liberty by alarantalara

Modified:
    trunk/data/campaigns/Liberty/scenarios/08_Glory.cfg
    trunk/data/campaigns/Liberty/utils/utils.cfg

Modified: trunk/data/campaigns/Liberty/scenarios/08_Glory.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Liberty/scenarios/08_Glory.cfg?rev=49337&r1=49336&r2=49337&view=diff
==============================================================================
--- trunk/data/campaigns/Liberty/scenarios/08_Glory.cfg (original)
+++ trunk/data/campaigns/Liberty/scenarios/08_Glory.cfg Sat Apr 30 17:25:23 2011
@@ -368,7 +368,7 @@
 #endif
 #undef MK_GUARD
 
-        {CHG_TERRAIN Gg (5) (3)}
+        {MODIFY_TERRAIN Gg (5) (3)}
 
         #If the shadow gang is supposed to come help, then leave things
         # otherwise kill the shadow lord and erase his castle
@@ -399,7 +399,7 @@
                 [kill]
                     side=5
                 [/kill]
-                {CHG_TERRAIN Gs^Fds (25-28) (37-40)}
+                {MODIFY_TERRAIN Gs^Fds (25-28) (37-40)}
             [/else]
         [/if]
     [/event]
@@ -572,8 +572,8 @@
             message= _ "Knights of Elensefar, behold: the battle has already 
begun! Make camp here. Then, we charge!"
         [/message]
 
-        {CHG_TERRAIN Ce (4-6,4) (2-2,3)}
-        {CHG_TERRAIN Ke (5) (3)}
+        {MODIFY_TERRAIN Ce (4-6,4) (2-2,3)}
+        {MODIFY_TERRAIN Ke (5) (3)}
 
         [set_recruit]
             side=6

Modified: trunk/data/campaigns/Liberty/utils/utils.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Liberty/utils/utils.cfg?rev=49337&r1=49336&r2=49337&view=diff
==============================================================================
--- trunk/data/campaigns/Liberty/utils/utils.cfg (original)
+++ trunk/data/campaigns/Liberty/utils/utils.cfg Sat Apr 30 17:25:23 2011
@@ -38,14 +38,6 @@
     {NEXT i}
 
     {CLEAR_VARIABLE chgtype_store}
-#enddef
-
-#define CHG_TERRAIN TERRAIN X_SPAN Y_SPAN
-    [terrain]
-        terrain={TERRAIN}
-        x={X_SPAN}
-        y={Y_SPAN}
-    [/terrain]
 #enddef
 
 #define OBJ_HOLY_ANKH X Y ID


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

Reply via email to