OSDN Git Service

[Refactor] #37353 update_stuff() の直接呼出しを抑止。 / Forbid call of update_stuff() except...
[hengband/hengband.git] / src / files.c
index 6f5d75f..26937c7 100644 (file)
@@ -6137,7 +6137,7 @@ void do_cmd_save_game(int is_autosave)
        /* HACK -- don't get sanity blast on updating view */
        is_loading_now = FALSE;
 
-       update_stuff();
+       handle_stuff();
 
        /* Initialize monster process */
        mproc_init();