Author: esr
Date: Fri Apr 17 15:05:36 2009
New Revision: 34982

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34982&view=rev
Log:
Suppress a wmllint message by reordering some code.

Modified:
    trunk/data/campaigns/Delfadors_Memoirs/scenarios/19_the_portal_of_doom.cfg

Modified: 
trunk/data/campaigns/Delfadors_Memoirs/scenarios/19_the_portal_of_doom.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Delfadors_Memoirs/scenarios/19_the_portal_of_doom.cfg?rev=34982&r1=34981&r2=34982&view=diff
==============================================================================
--- trunk/data/campaigns/Delfadors_Memoirs/scenarios/19_the_portal_of_doom.cfg 
(original)
+++ trunk/data/campaigns/Delfadors_Memoirs/scenarios/19_the_portal_of_doom.cfg 
Fri Apr 17 15:05:36 2009
@@ -378,18 +378,7 @@
             message= _ "Out of my way, foul creatures!"
         [/message]
     [/event]
-
-    [event]
-        name=die
-        [filter]
-            id=Iliah-Malal
-        [/filter]
-        [message]
-            speaker="Iliah-Malal"
-            message=_ "Fool! You could not kill me in the land of the dead, 
nor can you in the land of the living! I transcend both death and life, and I 
will return to destroy you!"
-        [/message]
-    [/event]
-
+    
     #############################
     # closing dialog
     #############################
@@ -520,6 +509,17 @@
         [fire_event]
             name=iliah-malal
         [/fire_event]
+    [/event]
+
+    [event]
+        name=die
+        [filter]
+            id=Iliah-Malal
+        [/filter]
+        [message]
+            speaker="Iliah-Malal"
+            message=_ "Fool! You could not kill me in the land of the dead, 
nor can you in the land of the living! I transcend both death and life, and I 
will return to destroy you!"
+        [/message]
     [/event]
 
     # Isolate special effects from story logic for testing.


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

Reply via email to