moves, monstermoves, wailmsg, migrating_objs and billobjs moved to g.

This commit is contained in:
Bart House
2018-12-24 20:22:33 -08:00
parent be5cdcf77a
commit 90547edb83
47 changed files with 224 additions and 228 deletions

View File

@@ -2899,7 +2899,7 @@ struct obj *obj; /* wand or spell */
case WAN_POLYMORPH:
case SPE_POLYMORPH:
del_engr(e);
make_engr_at(x, y, random_engraving(buf), moves, (xchar) 0);
make_engr_at(x, y, random_engraving(buf), g.moves, (xchar) 0);
break;
case WAN_CANCELLATION:
case SPE_CANCELLATION: