small tweak

forgot to add this change when doing the commit.
This commit is contained in:
Aurian
2018-05-21 23:47:52 +02:00
committed by GitHub
parent 66f52f83f2
commit a4f1b8a297

View File

@@ -6389,8 +6389,8 @@ void main()
DisableWindow(); DisableWindow();
PlaySE( 4, "wa_004", 128, 64 ); PlaySE( 4, "wa_004", 128, 64 );
ShakeScreen( 1, 50, 20, 5, 0, ); ShakeScreen( 1, 50, 20, 5, 0, );
FadeFilm( 100, TRUE ); FadeFilm( 0, FALSE );
FadeBustshot( 2, FALSE, 0, 0, 0, 0, 100, FALSE ); FadeBustshot( 2, FALSE, 0, 0, 0, 0, 10, TRUE );
OutputLineAll(NULL, "", GetGlobalFlag(GLinemodeSp)); OutputLineAll(NULL, "", GetGlobalFlag(GLinemodeSp));