more small Jp fixes

This commit is contained in:
Norgus
2018-05-12 12:03:04 +01:00
parent 7b74edcc5a
commit ca3405269f
2 changed files with 4 additions and 4 deletions

View File

@@ -4353,7 +4353,7 @@ void main()
// 本物も偽者をあるわけがない@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 本物も偽者あるわけがない。",
OutputLine(NULL, " 本物も偽者あるわけがない。",
NULL, "There was no real or fake...", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }