Author: esr
Date: Sat Apr  7 08:22:05 2007
New Revision: 16666

URL: http://svn.gna.org/viewcvs/wesnoth?rev=16666&view=rev
Log:
Push ENDGAME back where it came from.  It's used only that once, 
and it's badly named.

Modified:
    trunk/data/scenarios/multiplayer/6p_Team_Survival.cfg
    trunk/data/utils/unsorted-utils.cfg

Modified: trunk/data/scenarios/multiplayer/6p_Team_Survival.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/scenarios/multiplayer/6p_Team_Survival.cfg?rev=16666&r1=16665&r2=16666&view=diff
==============================================================================
--- trunk/data/scenarios/multiplayer/6p_Team_Survival.cfg (original)
+++ trunk/data/scenarios/multiplayer/6p_Team_Survival.cfg Sat Apr  7 08:22:05 
2007
@@ -294,6 +294,16 @@
        )}
 #enddef
 
+# Ends the game with the result RESULT (can be either victory or defeat)
+# For example, we could win:
+# {ENDGAME victory}
+#
+#define ENDGAME RESULT
+       [endlevel]
+               result={RESULT}
+       [/endlevel]
+#enddef
+
 [multiplayer]
        id=multiplayer_6p_Team_Survival
        name= _ "6p - Team Survival"

Modified: trunk/data/utils/unsorted-utils.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/utils/unsorted-utils.cfg?rev=16666&r1=16665&r2=16666&view=diff
==============================================================================
--- trunk/data/utils/unsorted-utils.cfg (original)
+++ trunk/data/utils/unsorted-utils.cfg Sat Apr  7 08:22:05 2007
@@ -28,16 +28,6 @@
        [/terrain_mask]
 #enddef
  
-# Ends the game with the result RESULT (can be either victory or defeat)
-# For example, we could win:
-# {ENDGAME victory}
-#
-#define ENDGAME RESULT
-       [endlevel]
-               result={RESULT}
-       [/endlevel]
-#enddef
-
 # Allows the player to undo the effects of a moveto event.
 # For example, lets allow undoing reading a note:
 # {ON_TILE 5 7 () (


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

Reply via email to