Author: esr
Date: Fri Aug 15 19:16:28 2008
New Revision: 28605

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28605&view=rev
Log:
Declare a macro parameter type correctly.

Modified:
    trunk/data/campaigns/The_Hammer_of_Thursagan/scenarios/13_Epilogue.cfg

Modified: trunk/data/campaigns/The_Hammer_of_Thursagan/scenarios/13_Epilogue.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/The_Hammer_of_Thursagan/scenarios/13_Epilogue.cfg?rev=28605&r1=28604&r2=28605&view=diff
==============================================================================
--- trunk/data/campaigns/The_Hammer_of_Thursagan/scenarios/13_Epilogue.cfg 
(original)
+++ trunk/data/campaigns/The_Hammer_of_Thursagan/scenarios/13_Epilogue.cfg Fri 
Aug 15 19:16:28 2008
@@ -76,11 +76,11 @@
 
         # The Kal Karthans.  One has to be named Narithil for the dialogue.
 
-#define KAL_KARTHAN X Y TYPE NAME
+#define KAL_KARTHAN X Y TYPE STRING
     [unit]
         type={TYPE}
-        id={NAME}
-        name={NAME}    # wmllint: ignore
+        id={STRING}
+        name={STRING}  # wmllint: ignore
         side=3
         x,y={X},{Y}
     [/unit]


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

Reply via email to