From 08e5e964e96cb010a6fb38c949f2b03d2b13360c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Sun, 18 Mar 2018 00:18:40 +0100 Subject: [PATCH] Fix onik_009 --- Update/onik_009.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Update/onik_009.txt b/Update/onik_009.txt index ac0bdb1..cd2d6c3 100644 --- a/Update/onik_009.txt +++ b/Update/onik_009.txt @@ -2189,35 +2189,35 @@ void main() NULL, " Loli!", Line_Continue); PlaySE( 4, "wa_010", 128, 64 ); - OutputLineAll(NULL, "\n", Line_WaitForInput); + if (GetGlobalFlag(GADVMode)) { OutputLineAll(NULL, "", Line_WaitForInput); } else { OutputLineAll(NULL, "\n", Line_WaitForInput); } //巫女!/ PlayVoice(3, "s19/01/hr_kei33830_02", 256); OutputLine(NULL, "巫女!", NULL, " Shrine maiden!", Line_Continue); PlaySE( 4, "wa_029", 128, 64 ); - OutputLineAll(NULL, "\n", Line_WaitForInput); + if (GetGlobalFlag(GADVMode)) { OutputLineAll(NULL, "", Line_WaitForInput); } else { OutputLineAll(NULL, "\n", Line_WaitForInput); } //半涙!/ PlayVoice(3, "s19/01/hr_kei33830_03", 256); OutputLine(NULL, "半涙!", NULL, " Brink of crying!", Line_Continue); PlaySE( 4, "wa_012", 128, 64 ); - OutputLineAll(NULL, "\n", Line_WaitForInput); + if (GetGlobalFlag(GADVMode)) { OutputLineAll(NULL, "", Line_WaitForInput); } else { OutputLineAll(NULL, "\n", Line_WaitForInput); } //みぃ!/ PlayVoice(3, "s19/01/hr_kei33830_04", 256); OutputLine(NULL, "みぃ!", NULL, " Mew!", Line_Continue); PlaySE( 4, "wa_016", 128, 64 ); - OutputLineAll(NULL, "\n", Line_WaitForInput); + if (GetGlobalFlag(GADVMode)) { OutputLineAll(NULL, "", Line_WaitForInput); } else { OutputLineAll(NULL, "\n", Line_WaitForInput); } //完璧だッ!!/ PlayVoice(3, "s19/01/hr_kei33830_05", 256); OutputLine(NULL, "完璧だッ!!", NULL, " It was perfect!!", Line_Continue); PlaySE( 4, "wa_007", 128, 64 ); - OutputLineAll(NULL, "\n", Line_WaitForInput); + if (GetGlobalFlag(GADVMode)) { OutputLineAll(NULL, "", Line_WaitForInput); } else { OutputLineAll(NULL, "\n", Line_WaitForInput); } //ただのコケを萌えにまで昇華した…!w500これぞまさに芸術と呼ぶに相応しいッ!!@ PlayVoice(3, "s19/01/hr_kei33830_06", 256);