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;
|
||||
}
|
||||
@@ -25,6 +24,7 @@ void main()
|
||||
|
||||
PlayBGM( 1, "msys06", 128, 0 );
|
||||
// これほどはっきりと意識が戻る目覚め方をしたのは初めてだった¥
|
||||
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
OutputLine(NULL, " これほどはっきりと意識が戻る目覚め方をしたのは初めてだった。",
|
||||
NULL, "This was the first time I'd ever woke with such clarity.", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
Reference in New Issue
Block a user