Japanese text fixes from Sui

This commit is contained in:
Norgus
2018-05-12 10:54:18 +01:00
parent 0fdd879b3b
commit b1a3621f63
16 changed files with 70 additions and 70 deletions

View File

@@ -277,7 +277,7 @@ void dialog014()
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 富竹さんの言葉通りなら、それは間違いなく殺人事件があったことを示唆していた。",
NULL, "If it was just as Tomitake-san said, that undoubtedly pointed to the fact that there had been a murder.", Line_WaitForInput);
OutputLine(NULL, " …そして、まだ見つかっていない何かがある。",
OutputLine(NULL, " …そして、まだ見つかっていない何かがある。",
NULL, "...And that there was still \"something\" to be found.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}