Fix buggy first line of a script in ADV mode
This commit is contained in:
@@ -5,7 +5,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()
|
||||
PlayBGM( 2, "lsys12", 128, 0 );
|
||||
|
||||
// まだ6月だってのに...!w1000暑い@
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, " まだ6月だってのに…",
|
||||
NULL, "It's only June...", Line_ContinueAfterTyping);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user