OSDN Git Service

[Refactor] #38862 Moved view-mainwindow.c/h to display-main-window.c/h
[hengbandforosx/hengbandosx.git] / src / cmd / cmd-basic.c
index e30d25a..4cb6eb0 100644 (file)
  */
 
 #include "angband.h"
+#include "main/music-definitions-table.h"
+#include "main/sound-definitions-table.h"
 #include "core.h"
-#include "term.h"
+#include "gameterm.h"
 
-#include "cmd-dump.h"
+#include "io/write-diary.h"
+#include "cmd/cmd-dump.h"
+#include "cmd/cmd-save.h"
 #include "chest.h"
 #include "trap.h"
 #include "dungeon.h"
@@ -33,7 +37,7 @@
 #include "player-effects.h"
 #include "player-personality.h"
 #include "player-inventory.h"
-#include "objectkind.h"
+#include "object/object-kind.h"
 #include "object-broken.h"
 #include "object-flavor.h"
 #include "shoot.h"
@@ -43,7 +47,7 @@
 #include "dungeon-file.h"
 #include "files.h"
 
-#include "view-mainwindow.h"
+#include "view/display-main-window.h"
 #include "targeting.h"
 #include "world.h"
 
@@ -2868,7 +2872,7 @@ void do_cmd_suicide(player_type *creature_ptr)
 
        if (!current_world_ptr->total_winner)
        {
-               exe_write_diary(creature_ptr, DIARY_DESCRIPTION, 0, _("ダンジョンの探索に絶望して自殺した。", "give up all hope to commit suicide."));
+               exe_write_diary(creature_ptr, DIARY_DESCRIPTION, 0, _("ダンジョンの探索に絶望して自殺した。", "gave up all hope to commit suicide."));
                exe_write_diary(creature_ptr, DIARY_GAMESTART, 1, _("-------- ゲームオーバー --------", "--------   Game  Over   --------"));
                exe_write_diary(creature_ptr, DIARY_DESCRIPTION, 1, "\n\n\n\n");
        }