From a2ba93ed16566e59cbef7b2c80209faaa376578d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Fri, 4 May 2018 10:56:24 +0200 Subject: [PATCH] Fix quote --- Update/zomake_01_vm00_n01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update/zomake_01_vm00_n01.txt b/Update/zomake_01_vm00_n01.txt index 01ce8cf..246dd56 100644 --- a/Update/zomake_01_vm00_n01.txt +++ b/Update/zomake_01_vm00_n01.txt @@ -54,7 +54,7 @@ void dialog001() if (GetGlobalFlag(GADVMode)) { OutputLine("レナ", NULL, "Rena", NULL, Line_ContinueAfterTyping); } ModPlayVoiceLS(3, 2, "s20/02/440200109", 256, TRUE); OutputLine(NULL, "「うん。次のシナリオは今回のシナリオとはまた別の側面を紹介する物語…って言ってたよ。」", - NULL, "\"Yeah. They said the next chapter will introduce another aspect of the story.\", GetGlobalFlag(GLinemodeSp)); + NULL, "\"Yeah. They said the next chapter will introduce another aspect of the story.\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }