Fix monster hide status when mon relocated

This commit is contained in:
Pasi Kallinen
2020-12-15 17:50:28 +02:00
parent ec1d01bbe1
commit c8164d86af

View File

@@ -1250,6 +1250,7 @@ register int x, y;
}
}
maybe_unhide_at(x, y);
newsym(x, y); /* update new location */
set_apparxy(mtmp); /* orient monster */