Fix ChangeScene commands

This commit is contained in:
Jáchym Toušek
2018-03-24 16:55:23 +01:00
parent 2e7957ec9e
commit 09a4219d86
2 changed files with 3 additions and 3 deletions

View File

@@ -917,7 +917,7 @@ void main()
OutputLine(NULL, " 威勢よく席を立ち上がる!!",
NULL, "I furiously jumped up from my seat!!", Line_WaitForInput);
ChangeScene( "black", 8, 200, );
ChangeScene("black", 8, 200, );
PlaySE( 4, "wa_002", 128, 64 );
// と、俺は足をもつれさせ転んでしまう@

View File

@@ -7194,9 +7194,9 @@ void main()
DisableWindow();
FadeBustshot( 5, FALSE, 0, 0, 0, 0, 50, TRUE );
PlaySE( 4, "wa_006", 128, 64 );
ChangeScene( "black", 7, 200, );
ChangeScene("black", 7, 200, );
Wait( 500 );
ChangeScene( "bg_003", 7, 200 );
ChangeScene("background/damu4", 7, 200 );
ShakeScreenSx( 1, 2, );
DrawBustshot(5, "black", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 50, TRUE );