OSDN Git Service

[Refactor] #38997 leave_floor() に player_type * 引数を追加. / Add player_type * argument...
[hengband/hengband.git] / src / player-status.c
index e815d32..a7d7fe6 100644 (file)
@@ -5883,7 +5883,7 @@ void cheat_death(player_type *creature_ptr)
                        "                            but revived."));
 
        /* Prepare next floor */
-       leave_floor(creature_ptr->change_floor_mode);
+       leave_floor(creature_ptr, creature_ptr->change_floor_mode);
        wipe_m_list();
 
 }