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

@@ -49,7 +49,7 @@ void dialog001()
//「ぱんつをかぶったり匂いを嗅いだりするんだって。@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>女子</color>", NULL, "<color=#f5e6d3>Girl</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 0, "ps3/s19/00/girld99003", 256, TRUE);
OutputLine(NULL, "「ふにふにの柔らかい感触がたまんないって。」",
OutputLine(NULL, "「ふにふにの柔らかい感触がたまんないって。」",
NULL, "\"I heard he can't get enough of the fluffy soft sensation!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }