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:
parent
0ee463c8cf
commit
9a878d022c
2 changed files with 4 additions and 4 deletions
|
@ -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]
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue