Fix buggy first line of a script in ADV mode

This commit is contained in:
Jáchym Toušek
2017-05-18 20:53:31 +02:00
parent 2b12cc52af
commit b61fa0ab60
39 changed files with 39 additions and 40 deletions

View File

@@ -6,7 +6,6 @@ void main()
int Line_ModeSpecific;
if (AdvMode) {
Line_ModeSpecific = Line_Normal;
OutputLineAll(NULL, "", Line_ContinueAfterTyping);
} else {
Line_ModeSpecific = Line_WaitForInput;
}
@@ -28,6 +27,7 @@ void main()
//「ランディーくん人形ー?@ あ~そりゃあレナのツボだわなぁ!@
PlaySE(3, "s19/03/990300130", 256, 64);
if (AdvMode) { OutputLine("<color=#75bfa2>魅音</color>", NULL, "<color=#75bfa2>Mion</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「ランディーくん人形ー?!",
NULL, "\"A Colonel Randy!?", Line_WaitForInput);
PlaySE(3, "s19/03/990300131", 256, 64);