From 2fa1cd8cfdbc0d6c8612ca943f97197cdd4bbbf9 Mon Sep 17 00:00:00 2001 From: Deskull Date: Wed, 30 Jan 2019 13:35:04 +0900 Subject: [PATCH] =?utf8?q?[Refactor]=20#37353=20=E8=AA=A4=E5=AD=97?= =?utf8?q?=E4=BF=AE=E6=AD=A3=20/=20Fix=20typo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/monster2.c | 2 +- src/mspells3.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/monster2.c b/src/monster2.c index 626d6cc1b..93946518a 100644 --- a/src/monster2.c +++ b/src/monster2.c @@ -3321,7 +3321,7 @@ static bool place_monster_one(MONSTER_IDX who, POSITION y, POSITION x, MONRACE_I #define MON_SCAT_MAXD 10 /*!< mon_scatter()関数によるモンスター配置で許される中心からの最大距離 */ /*! - * @brief モンスター1体を目標地点に可能ながり近い位置に生成する / improved version of scatter() for place monster + * @brief モンスター1体を目標地点に可能な限り近い位置に生成する / improved version of scatter() for place monster * @param r_idx 生成モンスター種族 * @param yp 結果生成位置y座標 * @param xp 結果生成位置x座標 diff --git a/src/mspells3.c b/src/mspells3.c index 8ce0066f5..293da9bba 100644 --- a/src/mspells3.c +++ b/src/mspells3.c @@ -1181,7 +1181,7 @@ static bool cast_learned_spell(int spell, bool success) { int k; msg_print(_("アリを召喚した。", "You summon ants.")); - for (k = 0;k < 1; k++) + for (k = 0; k < 1; k++) if (summon_specific((pet ? -1 : 0), p_ptr->y, p_ptr->x, summon_lev, SUMMON_ANT, (PM_ALLOW_GROUP | p_mode), '\0')) { if (!pet) -- 2.11.0