OSDN Git Service

[Refactor] #38997 floor-generate.cの引数修正 / Fixed argument floor-generate.c from floor_...
[hengband/hengband.git] / src / floor-save.c
index bf687b3..1ffc736 100644 (file)
@@ -1281,7 +1281,7 @@ void change_floor(player_type *creature_ptr)
                                }
                        }
 
-                       (void)place_quest_monsters(creature_ptr->current_floor_ptr, creature_ptr);
+                       (void)place_quest_monsters(creature_ptr);
 
                        /* Place some random monsters */
                        alloc_times = absence_ticks / alloc_chance;