OSDN Git Service

change_numeral も削除。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Fri, 29 Aug 2003 14:13:26 +0000 (14:13 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Fri, 29 Aug 2003 14:13:26 +0000 (14:13 +0000)
lib/help/joption.txt
lib/pref/pref-opt.prf
src/externs.h
src/flavor.c
src/tables.c
src/variable.c

index a6f0749..c377546 100644 (file)
@@ -286,12 +286,6 @@ MP
     ¤Þ¤¹¤¬¡¢¤³¤Î¥ª¥×¥·¥ç¥ó¤òÍ­¸ú¤Ë¤¹¤ë¤ÈºÇ½é¤«¤é¥ê¥¹¥È¤¬É½¼¨¤µ¤ì¤ë¤è¤¦
     ¤Ë¤Ê¤ê¤Þ¤¹¡£
 
-***** <change_numeral>
-¥¢¥¤¥Æ¥à¤Î¼ïÎà¤Ë¤è¤Ã¤Æ¿ô¤¨Êý¤òÊѤ¨¤ë  [change_numeral]
-    2ËܤÎÌð¡¢3ºý¤ÎËâË¡½ñÅù¤ÎÍͤˡ¢¥¢¥¤¥Æ¥à¤Î¼ïÎà¤Ë¤è¤Ã¤Æ¿ô¤¨Êý¤òÊѤ¨¤Þ
-    ¤¹¡£¤³¤Î¥ª¥×¥·¥ç¥ó¤ò̵¸ú¤Ë¤¹¤ë¤ÈÁ´¤Æ¤Î¥¢¥¤¥Æ¥à¤Ï 1¤Ä¡¢¡Ä¡¢9¤Ä¡¢10
-    ¸Ä¤Î¤è¤¦¤Ë¿ô¤¨¤Þ¤¹¡£
-
 ***** <GamePlay>
 === ¥ª¥×¥·¥ç¥ó3 -- ¥²¡¼¥à¥×¥ì¥¤ ===
 
index 680f890..d34a197 100644 (file)
@@ -49,7 +49,6 @@ Y:view_special_lite
 X:new_ascii_graphics
 X:display_path
 Y:always_show_list
-Y:change_numeral
 
 ##### Game-Play #####
 
index 2faa69e..79f6612 100644 (file)
@@ -246,7 +246,6 @@ extern bool plain_pickup;
 
 extern bool always_show_list;
 extern bool powerup_home;
-extern bool change_numeral;
 extern bool send_score;
 extern bool allow_debug_opts;   /* Allow use of debug/cheat options */
 
index dccdf0d..ba1a0ea 100644 (file)
@@ -2268,16 +2268,8 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode)
        }
        else if (o_ptr->number > 1)
        {
-               if (change_numeral == FALSE)
-               {
-                       t = object_desc_num(t, o_ptr->number);
-                       t = object_desc_str(t, (o_ptr->number > 9) ? "¸Ä¤Î " : "¤Ä¤Î ");
-               }
-               else
-               {
-                       t = object_desc_kosuu(t, o_ptr);
-                       t = object_desc_str(t, "¤Î ");
-               }
+               t = object_desc_kosuu(t, o_ptr);
+               t = object_desc_str(t, "¤Î ");
        }
 
        /* ±Ñ¸ì¤Î¾ì¹ç¥¢¡¼¥Æ¥£¥Õ¥¡¥¯¥È¤Ï The ¤¬ÉÕ¤¯¤Î¤Çʬ¤«¤ë¤¬
index 06a39ec..44919e8 100644 (file)
@@ -6767,15 +6767,6 @@ option_type option_info[] =
 #endif
 
 
-#ifdef JP
-       { &change_numeral,              TRUE,  2, 4, 5,
-       "change_numeral",               "¥¢¥¤¥Æ¥à¤Î¼ïÎà¤Ë¤è¤Ã¤Æ¿ô¤¨Êý¤òÊѤ¨¤ë" },
-#else
-       { &change_numeral,              TRUE,  99, 4, 5,
-       "change_numeral",               "Change a way to counting (japanese only)" },
-#endif
-
-
        /*** Game-Play ***/
 
 #ifdef JP
index 83e76df..eb8b2dc 100644 (file)
@@ -281,7 +281,6 @@ bool plain_pickup;
 
 bool always_show_list;
 bool powerup_home;
-bool change_numeral;
 bool send_score;
 bool allow_debug_opts;   /* Allow use of debug/cheat options */