OSDN Git Service

[Refactor] モンスターの思い出表示のモードをenumに変更
[hengbandforosx/hengbandosx.git] / src / cmd-io / cmd-lore.c
index 7871c4c..39faebe 100644 (file)
@@ -170,7 +170,7 @@ void do_cmd_query_symbol(player_type *creature_ptr)
         while (TRUE) {
             if (recall) {
                 screen_save();
-                screen_roff(creature_ptr, who[i], 0);
+                screen_roff(creature_ptr, who[i], MONSTER_LORE_NORMAL);
             }
 
             roff_top(r_idx);