From: nethack.allison Date: Sat, 10 May 2003 21:28:33 +0000 (+0000) Subject: rollback one band X-Git-Tag: MOVE2GIT~2003 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17ad4116b1aaae0adbae865afb25e944c19fd413;p=nethack rollback one band Rollback a band that shouldn't have been in recent patch at all. --- diff --git a/src/trap.c b/src/trap.c index 978c06eca..e696a920c 100644 --- a/src/trap.c +++ b/src/trap.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)trap.c 3.4 2003/02/10 */ +/* SCCS Id: @(#)trap.c 3.4 2003/04/30 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -1208,6 +1208,7 @@ struct trap *trap; /* caller may subsequently fill pit, e.g. with a boulder */ trap->ttyp = PIT; /* explosion creates a pit */ trap->madeby_u = FALSE; /* resulting pit isn't yours */ + seetrap(trap); /* and it isn't concealed */ } #endif /* OVLB */