Unhide monster when boulder rolls away

This commit is contained in:
Pasi Kallinen
2022-03-04 10:48:38 +02:00
parent 70795fa124
commit ab8a18d1f0

View File

@@ -2751,6 +2751,7 @@ launch_obj(
if (otmp->quan == 1L) {
obj_extract_self(otmp);
maybe_unhide_at(otmp->ox, otmp->oy);
singleobj = otmp;
otmp = (struct obj *) 0;
} else {