From 2356690054da60976e2dfc3643f7072bc1eb3e86 Mon Sep 17 00:00:00 2001 From: PatR Date: Tue, 19 Apr 2022 12:30:23 -0700 Subject: [PATCH] mon_leaving_level followup --- src/dog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dog.c b/src/dog.c index 7703bd92e..7690aac8f 100644 --- a/src/dog.c +++ b/src/dog.c @@ -713,6 +713,7 @@ migrate_to_level( wormgone(mtmp); /* destroys tail and takes head off map */ /* there used to be a place_monster() here for the relmon() below, but it doesn't require the monster to be on the map anymore */ + mtmp->mx = mtmp->my = 0; } /* set minvent's obj->no_charge to 0 */