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

@@ -241,7 +241,7 @@ struct obj *book2;
arti_cursed = TRUE;
}
if (otmp->otyp == BELL_OF_OPENING
&& (moves - otmp->age) < 5L) { /* you rang it recently */
&& (g.moves - otmp->age) < 5L) { /* you rang it recently */
if (!otmp->cursed)
arti2_primed = TRUE;
else