OSDN Git Service

バグでhandle_signal_abort()が呼ばれて強制終了したことをplayrecordに残
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 19 Jan 2004 19:25:08 +0000 (19:25 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 19 Jan 2004 19:25:08 +0000 (19:25 +0000)
すように変更. また, Windowsで変愚蛮怒実行中にログオフした場合は通常の
終了としてplayrecordに記録するように変更.

src/files.c
src/main-win.c

index 93f78c9..cd0cab8 100644 (file)
@@ -7630,6 +7630,12 @@ Term_putstr(45, hgt - 1, -1, TERM_RED, "
 #endif
 
 
+#ifdef JP
+       do_cmd_write_nikki(NIKKI_GAMESTART, 0, "----¥²¡¼¥à°Û¾ï½ªÎ»----");
+#else
+       do_cmd_write_nikki(NIKKI_GAMESTART, 0, "---- Panic Save and Abort Game ----");
+#endif
+
        /* Flush output */
        Term_fresh();
 
index 261e7e8..5ba035f 100644 (file)
@@ -4306,6 +4306,12 @@ LRESULT FAR PASCAL AngbandWndProc(HWND hWnd, UINT uMsg,
                                /* Mega-Hack -- Delay death */
                                if (p_ptr->chp < 0) p_ptr->is_dead = FALSE;
 
+#ifdef JP
+                               do_cmd_write_nikki(NIKKI_GAMESTART, 0, "----¥²¡¼¥àÃæÃÇ----");
+#else
+                               do_cmd_write_nikki(NIKKI_GAMESTART, 0, "---- Save and Exit Game ----");
+#endif
+
                                /* Hardcode panic save */
                                p_ptr->panic_save = 1;