OSDN Git Service

"特別製" などといった銘は現在はテーブル化されており, 起動時に "特別
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Fri, 30 May 2003 12:09:49 +0000 (12:09 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Fri, 30 May 2003 12:09:49 +0000 (12:09 +0000)
製" などといった銘をquark_add()しておくのは不要であると判断したので,
quark_add()部分を削除.

src/init2.c

index 61fbc1d..0d050a3 100644 (file)
@@ -1612,47 +1612,6 @@ static errr init_other(void)
        C_MAKE(inventory, INVEN_TOTAL, object_type);
 
 
-       /*** Pre-allocate the basic "auto-inscriptions" ***/
-
-       /* The "basic" feelings */
-#ifdef JP
-       (void)quark_add("¼ö¤ï¤ì¤Æ¤¤¤ë");
-       (void)quark_add("²õ¤ì¤Æ¤¤¤ë");
-       (void)quark_add("ÊÂ");
-       (void)quark_add("¾å¼Á");
-#else
-       (void)quark_add("cursed");
-       (void)quark_add("broken");
-       (void)quark_add("average");
-       (void)quark_add("good");
-#endif
-
-
-       /* The "extra" feelings */
-#ifdef JP
-       (void)quark_add("¹âµéÉÊ");
-       (void)quark_add("̵²ÁÃÍ");
-       (void)quark_add("ÆÃÊÌÀ½");
-       (void)quark_add("¶²¤í¤·¤¤");
-#else
-       (void)quark_add("excellent");
-       (void)quark_add("worthless");
-       (void)quark_add("special");
-       (void)quark_add("terrible");
-#endif
-
-
-       /* Some extra strings */
-#ifdef JP
-       (void)quark_add("¼ö¤¤¤Ê¤·");
-       (void)quark_add("Çä½ÐÃæ");
-#else
-       (void)quark_add("uncursed");
-       (void)quark_add("on sale");
-#endif
-
-
-
        /*** Prepare the options ***/
 
        /* Scan the options */