From 619da67425de20834e699a0c508c706763ba6b43 Mon Sep 17 00:00:00 2001 From: cohrs Date: Mon, 19 May 2003 13:41:01 +0000 Subject: [PATCH] B02005 - Boulder and vision followup put back code to remove LAUNCH_UNSEEN from the mask that got lost when I re-arranged the change. --- src/trap.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.40.0