OSDN Git Service

unused
authorSHIRAKATA Kentaro <argrath@ub32.org>
Fri, 14 Jun 2019 18:15:11 +0000 (03:15 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Sun, 16 Jun 2019 16:37:59 +0000 (01:37 +0900)
src/cmd.c

index f33a5be..f7efef2 100644 (file)
--- 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" : "",