OSDN Git Service

killer文字列の"罠"の英語版を作るのを忘れていたので追加。
authorhabu <habu@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 3 Sep 2002 00:44:17 +0000 (00:44 +0000)
committerhabu <habu@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 3 Sep 2002 00:44:17 +0000 (00:44 +0000)
src/spells1.c

index 00f6a60..36b6515 100644 (file)
@@ -6499,7 +6499,11 @@ else msg_print("
        }
        else if (who < 0)
        {
+#ifdef JP
                strcpy(killer, "æ«");
+#else
+               strcpy(killer, "a trap");
+#endif
        }
 
        /* Analyze the damage */