]> granicus.if.org Git - nethack/commitdiff
B02005 - Boulder and vision followup
authorcohrs <cohrs>
Mon, 19 May 2003 13:41:01 +0000 (13:41 +0000)
committercohrs <cohrs>
Mon, 19 May 2003 13:41:01 +0000 (13:41 +0000)
put back code to remove LAUNCH_UNSEEN from the mask that got lost
when I re-arranged the change.

src/trap.c

index cb9999d241349adc478abb3bc2a2350bfb972d78..e78af19ae14efe2057c7c6723f05b18005e224b7 100644 (file)
@@ -1280,6 +1280,7 @@ int style;
                                     "someone bowling." :
                                     "rumbling in the distance.");
                        }
+                       style &= ~LAUNCH_UNSEEN;
                        goto roll;
            case ROLL|LAUNCH_KNOWN:
                        /* use otrapped as a flag to ohitmon */