OSDN Git Service

[Refactor] #38997 update_gambling_monsters() にplayer_type * 引数を追加 / Added player_type...
[hengband/hengband.git] / src / load.c
index a2e571e..654a45e 100644 (file)
@@ -1934,7 +1934,7 @@ static void rd_extra(player_type *creature_ptr)
 
        if (z_older_than(10, 0, 3))
        {
-               update_gambling_monsters();
+               update_gambling_monsters(creature_ptr);
        }
        else
        {