From 9a878d022cc5506cc464727b607f00da3f9d1391 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 10 Feb 2008 09:57:42 +0000 Subject: [PATCH] Clean a couple of minor errors introduced in my last commit. "make unresolved" now passes. Time for me to go to sleep... --- data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg | 4 ++-- data/campaigns/The_Rise_Of_Wesnoth/utils/trow-macros.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg b/data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg index 5d386a04100..d82fece37bb 100644 --- a/data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg +++ b/data/campaigns/Heir_To_The_Throne/scenarios/07_Crossroads.cfg @@ -242,8 +242,8 @@ # forest is eligible as an ambush location. [store_locations] - x={XSPAN} - y={YSPAN} + x={X_SPAN} + y={Y_SPAN} terrain=Hh [not] diff --git a/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-macros.cfg b/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-macros.cfg index 3b108aae24e..456058cea6d 100644 --- a/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-macros.cfg +++ b/data/campaigns/The_Rise_Of_Wesnoth/utils/trow-macros.cfg @@ -65,12 +65,12 @@ [/unit] #enddef -#define UNDEAD_INTEL TYPE DESCRIPTION USER_DESCRIPTION STRING SIDE X Y +#define UNDEAD_INTEL TYPE DESCRIPTION USER_DESCRIPTION VALUE SIDE X Y [unit] type={TYPE} description={DESCRIPTION} user_description={USER_DESCRIPTION} - profile={STRING} + profile={VALUE} side={SIDE} x={X} y={Y}