From 6263ee4034e312f6191fbe5e03492f2016188809 Mon Sep 17 00:00:00 2001 From: SHIRAKATA Kentaro Date: Sat, 15 Jun 2019 03:15:11 +0900 Subject: [PATCH] unused --- src/cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd.c b/src/cmd.c index f33a5be..f7efef2 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -3445,10 +3445,10 @@ int final; /* either trapped in the floor or inside solid rock (or both if chained to buried iron ball and have moved one step into solid rock somehow) */ +#if 0 /*JP*/ boolean trapped = (save_BLev & I_SPECIAL) != 0L, terrain = (save_BLev & FROMOUTSIDE) != 0L; -#if 0 /*JP*/ Sprintf(buf, "%s%s%s", trapped ? " if not trapped" : "", (trapped && terrain) ? " and" : "", -- 2.11.0