moves, monstermoves, wailmsg, migrating_objs and billobjs moved to g.
This commit is contained in:
@@ -642,7 +642,7 @@ resurrect()
|
||||
if (mtmp->iswiz
|
||||
/* if he has the Amulet, he won't bring it to you */
|
||||
&& !mon_has_amulet(mtmp)
|
||||
&& (elapsed = monstermoves - mtmp->mlstmv) > 0L) {
|
||||
&& (elapsed = g.monstermoves - mtmp->mlstmv) > 0L) {
|
||||
mon_catchup_elapsed_time(mtmp, elapsed);
|
||||
if (elapsed >= LARGEST_INT)
|
||||
elapsed = LARGEST_INT - 1;
|
||||
|
||||
Reference in New Issue
Block a user