Another round of instance globals changes.

This commit is contained in:
Bart House
2018-12-24 16:43:50 -08:00
parent e5e906dc3b
commit 572ee347b9
78 changed files with 946 additions and 975 deletions

View File

@@ -2903,7 +2903,7 @@ cloneu()
if (u.mh <= 1)
return (struct monst *) 0;
if (mvitals[mndx].mvflags & G_EXTINCT)
if (g.mvitals[mndx].mvflags & G_EXTINCT)
return (struct monst *) 0;
mon = makemon(youmonst.data, u.ux, u.uy, NO_MINVENT | MM_EDOG);
if (!mon)