From 0ce02a7224194227830da93175d9f5f8040cce24 Mon Sep 17 00:00:00 2001 From: PatR Date: Tue, 27 Aug 2024 12:54:00 -0700 Subject: [PATCH] old comment thinko --- src/objnam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objnam.c b/src/objnam.c index 6cc8a2aeb..727f91dbd 100644 --- a/src/objnam.c +++ b/src/objnam.c @@ -3713,7 +3713,7 @@ wizterrainwish(struct _readobjnam_data *d) lev->wall_info |= (old_wall_info & WM_MASK); /* set up trapped flag; open door states aren't eligible */ if (d->trapped == 2 /* 2: wish includes explicit "untrapped" */ - || secret /* secret doors can't trapped due to their use + || secret /* secret doors can't be trapped due to their use * of both doormask and wall_info; those both * overlay rm->flags and partially conflict */ || (lev->doormask & (D_LOCKED | D_CLOSED)) == 0)