From: SHIRAKATA Kentaro Date: Fri, 14 Jun 2019 18:15:11 +0000 (+0900) Subject: unused X-Git-Tag: v3.6.2-0.1~10 X-Git-Url: http://git.osdn.net/view?p=jnethack%2Fsource.git;a=commitdiff_plain;h=6263ee4034e312f6191fbe5e03492f2016188809 unused --- 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" : "",