Skip to content

Commit

Permalink
Fix missing text speed reset
Browse files Browse the repository at this point in the history
- See 07th-mod/tsumihoroboshi#56
- Unsure if the section at the end of _meak_020.txt is correct or not, but since it's not incredibly long I'll leave it
  • Loading branch information
drojf committed Jan 18, 2023
1 parent 11f23df commit 6054454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Update/_meak_ep_02.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ void main()
DrawScene("black", 400 );
if (GetGlobalFlag(GADVMode) == 0) { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

SetSpeedOfMessage( FALSE, 0 );

PlaySE( 0, "s_furu", 56, 64 );
SetValidityOfInput( FALSE );
Wait( 100 );
Expand Down

0 comments on commit 6054454

Please sign in to comment.