OSDN Git Service

[Refactor] #37353 PET_* と PF_* を cmd-petに移動。
[hengband/hengband.git] / src / cmd-magiceat.c
index 75a8cc2..3ae7aae 100644 (file)
@@ -197,11 +197,10 @@ static OBJECT_SUBTYPE_VALUE select_magic_eater(bool only_browse)
                                                                                        "(*=List, ESC=exit) Browse which power? "));
        else strnfmt(out_val, 78, _("('*'で一覧, ESCで中断) どの魔力を使いますか?",
                                                                "(*=List, ESC=exit) Use which power? "));
-               screen_save();
+       screen_save();
 
        request_list = always_show_list;
 
-       /* Get a spell from the user */
        while (!flag)
        {
                /* Show the list */