Restore typechecking on PLACE_IMAGE.

This commit is contained in:
Eric S. Raymond 2008-02-16 23:34:59 +00:00
parent c98d2d398d
commit 5c14ad6109

View file

@ -102,12 +102,12 @@
[/image]
#enddef
#define PLACE_IMAGE IMAGE_FILE X Y
#define PLACE_IMAGE IMAGE X Y
# Place an image at a specified location on the map.
[item]
x={X}
y={Y}
image={IMAGE_FILE}
image={IMAGE}
[/item]
#enddef