From 17ad4116b1aaae0adbae865afb25e944c19fd413 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sat, 10 May 2003 21:28:33 +0000 Subject: [PATCH] rollback one band Rollback a band that shouldn't have been in recent patch at all. --- src/trap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.40.0