git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5959 c06c8d41-db1a-0410-9941-cceddc491573
AYCS6HZFMAZ4O7KV62IXX4TSJPMJTD7NRD2XL3GVTW2WW5C2T5QAC
MM3NZ3ZNJW7FEDPYP55DNQOF3MOJG463VA3MMUSG2IKH4R2IBMJQC
SCXTTP2FDNB2A7F4XXGXSSOEKZQ7ODDGN5YBCTZXGZ22CLCEH3WQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
static void _equip_undead(int x, int y, int corps, int monster, int monnum)
static void _equip_undead(const coord_def &a, int corps, int monster, int monnum)
static void _equip_undead(const coord_def &a, int corps, int monster,
int monnum)
int objl = igrd[x][y];
int objl = igrd(a);
_equip_undead(a.x, a.y, corps, monster, monnum);
_equip_undead(a, corps, monster, monnum);