Skip to content

Commit

Permalink
Revert "Fix missing SE file" (missing file was added to vanilla)
Browse files Browse the repository at this point in the history
This reverts commit e52506e.
  • Loading branch information
enumag committed Jul 16, 2018
1 parent 2a542e9 commit bceadd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Update/_tsum_013.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ void main()
ClearMessage();

DrawScene( "background/aka1", 400 );
PlaySE( 0, "s_semi", 128, 64 );
PlaySE( 0, "s_semi_r", 128, 64 );

if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 富竹さんは、…………間違いない。",
Expand Down
2 changes: 1 addition & 1 deletion Update/_tsum_020.txt
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ void main()
NULL, "They'll look just like the real people... but they're totally different inside. They're an abnormal existence that's beyond our imagination.", Line_Normal);
ClearMessage();

PlaySE( 0, "s_semi", 128, 64 );
PlaySE( 0, "s_semi_r", 128, 64 );

if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " いや、…………現れる。",
Expand Down
2 changes: 1 addition & 1 deletion Update/_tsum_021.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@ void main()
NULL, "I couldn't trust my friends, so Ooishi checked on everybody, including Keiichi-kun.", Line_Normal);
ClearMessage();

PlaySE( 0, "s_semi", 128, 64 );
PlaySE( 0, "s_semi_r", 128, 64 );

if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " そうしたら、……圭一くんが引っ越してくる前のことを、……知ってしまったんじゃないか!!",
Expand Down

0 comments on commit bceadd1

Please sign in to comment.