Both display fine, but I relpaced the tilde character used in Sui with the version used in the PC release for consistency.

This commit is contained in:
Norgus
2018-05-12 11:45:45 +01:00
parent 83bd65b6d7
commit 7b74edcc5a
5 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ void dialog000()
OutputLine(NULL, " トイレじゃない?",
NULL, " Didn't she go to the washroom?", Line_WaitForInput);
ModPlayVoiceLS(3, 3, "ps3/s20/03/440300024", 128, TRUE);
OutputLine(NULL, " 除きたいなら止めないけど、通報するからねぇ」",
OutputLine(NULL, " 除きたいなら止めないけど、通報するからねぇ」",
NULL, " If you're planning to peep, I won't stop you. I'll call the cops, though~!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
}