OSDN Git Service

eliminate alternatives with no differences
authorSHIRAKATA Kentaro <argrath@ub32.org>
Sat, 2 Oct 2021 19:23:39 +0000 (04:23 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Sat, 9 Oct 2021 20:28:04 +0000 (05:28 +0900)
src/muse.c
src/pager.c

index e077567..943f4d9 100644 (file)
@@ -2180,7 +2180,7 @@ struct monst *mtmp;
 /*JP
             const char *The_whip = vismon ? "The bullwhip" : "A whip";
 */
-            const char *The_whip = vismon ? "\95Ú" : "\95Ú";
+            const char *The_whip = "\95Ú";
             int where_to = rn2(4);
             struct obj *obj = uwep;
             const char *hand;
index 8dbcaa5..d22cddf 100644 (file)
@@ -379,7 +379,7 @@ int x, y;
                     : "",
             name,
             (mtmp->mx != x || mtmp->my != y)
-                ? ((mtmp->isshk && accurate) ? "\82Ì\90K\94ö" : "\82Ì\90K\94ö")
+                ? "\82Ì\90K\94ö"
                 : "");
 #endif
     if (u.ustuck == mtmp) {