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

@@ -752,7 +752,7 @@ xchar x, y;
u.ux = x - u.dx;
u.uy = y - u.dy;
}
vision_full_recalc = 1; /* hero has moved, recalculate vision later */
g.vision_full_recalc = 1; /* hero has moved, recalculate vision later */
if (Blind) {
/* drop glyph under the chain */