Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-01-09 07:24:18 -05:00
39 changed files with 239 additions and 230 deletions

View File

@@ -422,7 +422,7 @@ xchar worm_tail; /* mon is actually a worm tail */
/* Make a fake object to send to map_object(). */
struct obj obj;
obj = g.zeroobj;
obj = cg.zeroobj;
obj.ox = x;
obj.oy = y;
obj.otyp = mon->mappearance;