From: cohrs Date: Mon, 19 May 2003 13:41:01 +0000 (+0000) Subject: B02005 - Boulder and vision followup X-Git-Tag: MOVE2GIT~1980 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=619da67425de20834e699a0c508c706763ba6b43;p=nethack B02005 - Boulder and vision followup put back code to remove LAUNCH_UNSEEN from the mask that got lost when I re-arranged the change. --- diff --git a/src/trap.c b/src/trap.c index cb9999d24..e78af19ae 100644 --- a/src/trap.c +++ b/src/trap.c @@ -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 */