From 62a174d32504d5dabb07e270228430ec3b08b718 Mon Sep 17 00:00:00 2001 From: SHIRAKATA Kentaro Date: Sun, 3 Oct 2021 04:23:39 +0900 Subject: [PATCH] eliminate alternatives with no differences --- src/muse.c | 2 +- src/pager.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/muse.c b/src/muse.c index e077567..943f4d9 100644 --- a/src/muse.c +++ b/src/muse.c @@ -2180,7 +2180,7 @@ struct monst *mtmp; /*JP const char *The_whip = vismon ? "The bullwhip" : "A whip"; */ - const char *The_whip = vismon ? "•Ú" : "•Ú"; + const char *The_whip = "•Ú"; int where_to = rn2(4); struct obj *obj = uwep; const char *hand; diff --git a/src/pager.c b/src/pager.c index 8dbcaa5..d22cddf 100644 --- a/src/pager.c +++ b/src/pager.c @@ -379,7 +379,7 @@ int x, y; : "", name, (mtmp->mx != x || mtmp->my != y) - ? ((mtmp->isshk && accurate) ? "‚̐K”ö" : "‚̐K”ö") + ? "‚̐K”ö" : ""); #endif if (u.ustuck == mtmp) { -- 2.11.0