Clean a couple of minor errors introduced in my last commit.

"make unresolved" now passes. Time for me to go to sleep...
This commit is contained in:
Eric S. Raymond 2008-02-10 09:57:42 +00:00
parent 0ee463c8cf
commit 9a878d022c
2 changed files with 4 additions and 4 deletions

View file

@ -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]

View file

@ -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}