OSDN Git Service

[Fix] 余計な一時デバッグ処理を削除。 / Delete temporary debug routine.
authorDeskull <deskull@users.sourceforge.jp>
Sat, 1 Sep 2018 10:21:58 +0000 (19:21 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Sat, 1 Sep 2018 10:21:58 +0000 (19:21 +0900)
src/wizard1.c

index f9426c2..d67ac2d 100644 (file)
@@ -1843,10 +1843,12 @@ static void spoil_mon_desc(cptr fname)
                if (r_ptr->flags7 & (RF7_KAGE)) continue;
 
                /* Get the "name" */
+               /*
                else if (r_ptr->flags3 & (RF3_NO_CONF))
                {
                        sprintf(nam, "[*] %s", name);
                }
+               */
                else if (r_ptr->flags1 & (RF1_UNIQUE))
                {
                        sprintf(nam, "[U] %s", name);