From 403daa16e469de3549d96781bbe10b6d258615fd Mon Sep 17 00:00:00 2001 From: SHIRAKATA Kentaro Date: Sun, 29 Apr 2018 18:48:06 +0900 Subject: [PATCH] adjust for patch --- src/cmd.c | 15 +++++++++------ src/dungeon.c | 5 +++-- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/cmd.c b/src/cmd.c index 9f63aa9..75dbbd6 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -2100,10 +2100,11 @@ int final; */ Strcpy(buf, "”±‚ðŽó‚¯‚Ä"); } -/*JP +#if 0 /*JP*/ you_are(buf, ""); -*/ +#else you_are_ing(buf, ""); +#endif } if (u.utrap) { char predicament[BUFSZ]; @@ -2903,10 +2904,11 @@ int final; Sprintf(buf, "%s‚ɕω»‚µ‚Ä", youmonst.data->mname); if (wizard) Sprintf(eos(buf), " (%d)", u.mtimedone); -/*JP +#if 0 /*JP*/ you_are(buf, ""); -*/ +#else you_are_ing(buf, ""); +#endif } if (lays_eggs(youmonst.data) && flags.female) /* Upolyd */ /*JP @@ -3449,10 +3451,11 @@ int msgflag; /* for variant message phrasing */ if (via_enlghtmt) { int final = msgflag; /* 'final' is used by you_are() macro */ -/*JP +#if 0 /*JP*/ you_are(buf, ""); -*/ +#else enl_msg(buf, "‚Ä‚¢‚é", "‚Ä‚¢‚½", "", ""); +#endif } else { /* for dohide(), when player uses '#monster' command */ #if 0 /*JP*/ diff --git a/src/dungeon.c b/src/dungeon.c index e8f8f6c..45bbf30 100644 --- a/src/dungeon.c +++ b/src/dungeon.c @@ -2621,10 +2621,11 @@ branch *br; */ return closed_portal ? "••ˆó‚³‚ꂽ–‚–@‚Ì“üŒû" : "–‚–@‚Ì“üŒû"; case BR_NO_END1: -/*JP +#if 0 /*JP*/ return "Connection"; -*/ +#else return "Ú‘±•”"; +#endif case BR_NO_END2: /*JP return br->end1_up ? "One way stairs up" : "One way stairs down"; -- 2.11.0