This commit is contained in:
Mete Yıldırım
2024-07-03 13:14:23 +03:00
committed by Daniel Wong
parent 7569319ef5
commit bdcd8feb1e
10 changed files with 17 additions and 17 deletions

View File

@@ -2316,7 +2316,7 @@ void main()
// …そういうのは几帳面な人や神経質な人がかかると聞いたことがある@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " …そういうのは几帳面な人や神経質な人がかかると聞いたことがある。",
NULL, "... I'd heard that it happens to people who are really methodical or overly sensitive.", GetGlobalFlag(GLinemodeSp));
NULL, "...I'd heard that it happens to people who are really methodical or overly sensitive.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }