OSDN Git Service

[Implement] auto_debug_saveで生成されるデータのチートフラグをONにする
[hengband/hengband.git] / src / io / input-key-requester.c
index 2f73063..dbe6e30 100644 (file)
@@ -204,7 +204,7 @@ void request_command(player_type *player_ptr, int shopping)
 
     while (TRUE) {
         if (!macro_running() && !command_new && auto_debug_save)
-            save_player(player_ptr, TRUE);
+            save_player(player_ptr, SAVE_TYPE_DEBUG);
 
         if (command_new) {
             msg_erase();