OSDN Git Service

fix typo
authordis- <dis.rogue@gmail.com>
Tue, 25 Feb 2014 10:35:48 +0000 (19:35 +0900)
committerdis- <dis.rogue@gmail.com>
Tue, 25 Feb 2014 10:35:48 +0000 (19:35 +0900)
src/mspells3.c

index f649767..c2555f1 100644 (file)
@@ -1244,7 +1244,7 @@ static bool cast_learned_spell(int spell, bool success)
                if ((r_ptr->flagsr & (RFR_EFF_RES_NEXU_MASK | RFR_RES_TELE)) ||
                        (r_ptr->flags1 & RF1_QUESTOR) || (r_ptr->level + randint1(50) > plev + randint1(60)))
                {
-            msg_print(_("¤·¤«¤·¸ú²Ì¤¬¤Ê¤«¤Ã¤¿¡ª", "%^s is unaffected!"), m_name);
+            msg_format(_("¤·¤«¤·¸ú²Ì¤¬¤Ê¤«¤Ã¤¿¡ª", "%^s is unaffected!"), m_name);
                }
                else teleport_level(target_m_idx);
                break;