Fix case sensitivity issues on Linux
This commit is contained in:
@@ -304,10 +304,10 @@
|
||||
|
||||
|
||||
//「…あぁら圭一くん@今朝は早いわねぇ。みんなで早朝から待ち合わせ?@
|
||||
PlaySE(3, "s01/00/villaA02009", 256, 64);
|
||||
PlaySE(3, "s01/00/villaa02009", 256, 64);
|
||||
OutputLine(NULL, "「…あぁら圭一くん。",
|
||||
NULL, "\"...Myyy, Keiichi-kun.", Line_WaitForInput);
|
||||
PlaySE(3, "s01/00/villaA02010", 256, 64);
|
||||
PlaySE(3, "s01/00/villaa02010", 256, 64);
|
||||
OutputLine(NULL, "今朝は早いわねぇ。みんなで早朝から待ち合わせ?」",
|
||||
NULL, " You're so early today. Is everyone meeting early this morning?\"", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
@@ -346,10 +346,10 @@
|
||||
ClearMessage();
|
||||
|
||||
//「レナちゃんや魅音ちゃんはどうしたんだい@ 今日はひとりなの?@
|
||||
PlaySE(3, "s01/00/villaA02011", 256, 64);
|
||||
PlaySE(3, "s01/00/villaa02011", 256, 64);
|
||||
OutputLine(NULL, "「レナちゃんや魅音ちゃんはどうしたんだい?",
|
||||
NULL, "\"What about Rena-chan and Mion-chan?", Line_WaitForInput);
|
||||
PlaySE(3, "s01/00/villaA02012", 256, 64);
|
||||
PlaySE(3, "s01/00/villaa02012", 256, 64);
|
||||
OutputLine(NULL, " 今日はひとりなの?」",
|
||||
NULL, " Are you by yourself today?\"", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
|
||||
Reference in New Issue
Block a user