Moved decl.c globals into instance globals.

This commit is contained in:
Bart House
2018-12-22 18:44:22 -08:00
parent 6c0df43a17
commit 74edf42f1c
83 changed files with 818 additions and 824 deletions

View File

@@ -716,7 +716,7 @@ register int x, y;
register int see_it;
register xchar worm_tail;
if (in_mklev)
if (g.in_mklev)
return;
#ifdef HANGUPHANDLING
if (program_state.done_hup)
@@ -1232,7 +1232,7 @@ see_monsters()
register struct monst *mon;
int new_warn_obj_cnt = 0;
if (defer_see_monsters)
if (g.defer_see_monsters)
return;
for (mon = fmon; mon; mon = mon->nmon) {