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

@@ -199,7 +199,7 @@ boolean seal;
portal will be deleted as part of arrival on that level.
If monster movement is in progress, any who haven't moved
yet will now miss out on a chance to wander through it... */
for (t = ftrap; t; t = t->ntrap)
for (t = g.ftrap; t; t = t->ntrap)
if (t->ttyp == MAGIC_PORTAL)
break;
if (t)