Skip to content

Commit

Permalink
Remove shortcuts from scenario screen
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Nov 10, 2019
1 parent fe0e0c1 commit f5f6142
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Update/flow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ void ChapterPreview()
if (LoadValueFromLocalWork( LOCALWORK_NO_RESULT ) == 1) {
StopBGM( 0 );
PlaySE( 1, "wa_037", 56, 64 );
FadeSprite( 9, 1000, TRUE );
DrawSprite( 9, "scenario/shortcuts", NULL, 0, 0, 0, 0, 0, 0, FALSE, FALSE, 0, 0, 20, 1000, TRUE );
Wait(10000);

DrawScene( "black", 1000 );

JumpSection("Game");
}
Expand Down

0 comments on commit f5f6142

Please sign in to comment.