Author: zookeeper
Date: Sat Apr 26 15:26:59 2008
New Revision: 26130

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26130&view=rev
Log:
Use PLACE_IMAGE instead of the deprecated SET_IMAGE.

Modified:
    trunk/data/multiplayer/scenarios/4p_A_New_Land.cfg
    trunk/data/multiplayer/scenarios/ANL_utils/ANL_auto_working.cfg

Modified: trunk/data/multiplayer/scenarios/4p_A_New_Land.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/multiplayer/scenarios/4p_A_New_Land.cfg?rev=26130&r1=26129&r2=26130&view=diff
==============================================================================
--- trunk/data/multiplayer/scenarios/4p_A_New_Land.cfg (original)
+++ trunk/data/multiplayer/scenarios/4p_A_New_Land.cfg Sat Apr 26 15:26:59 2008
@@ -494,7 +494,7 @@
             [/filter_location]
         [/filter]
         {MODIFY_TERRAIN "Rd" $x1 $y1}
-        {SET_IMAGE $x1 $y1 ("scenery/village-human-burned2.png")}
+        {PLACE_IMAGE "scenery/village-human-burned2.png" $x1 $y1 }
         {PLAY_SOUND ("torch.ogg")}
     [/event]
 
@@ -509,7 +509,7 @@
             [/filter_location]
         [/filter]
         {MODIFY_TERRAIN "Rd" $x1 $y1}
-        {SET_IMAGE $x1 $y1 ("scenery/castle-ruins.png")}
+        {PLACE_IMAGE "scenery/castle-ruins.png" $x1 $y1}
         {PLAY_SOUND ("pincers.ogg")}
     [/event]
 
@@ -524,7 +524,7 @@
             [/filter_location]
         [/filter]
         {MODIFY_TERRAIN "Rd" $x1 $y1}
-        {SET_IMAGE $x1 $y1 ("scenery/rubble.png")}
+        {PLACE_IMAGE "scenery/rubble.png" $x1 $y1}
         {PLAY_SOUND ("dagger-swish.wav")}
         {PLAY_SOUND ("club.ogg")}
     [/event]

Modified: trunk/data/multiplayer/scenarios/ANL_utils/ANL_auto_working.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/multiplayer/scenarios/ANL_utils/ANL_auto_working.cfg?rev=26130&r1=26129&r2=26130&view=diff
==============================================================================
--- trunk/data/multiplayer/scenarios/ANL_utils/ANL_auto_working.cfg (original)
+++ trunk/data/multiplayer/scenarios/ANL_utils/ANL_auto_working.cfg Sat Apr 26 
15:26:59 2008
@@ -128,7 +128,7 @@
         # auto-plant
         {MODIFY_TERRAIN "Re^Gvs" $temp_x $temp_y }
         {REMOVE_ITEM $temp_x $temp_y}
-        {SET_IMAGE $temp_x $temp_y ("items/flower4.png")}
+        {PLACE_IMAGE "items/flower4.png" $temp_x $temp_y}
         {VARIABLE sound yes}
 
         [unstore_unit]


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

Reply via email to