Fix screen breaks
This commit is contained in:
@@ -230,7 +230,7 @@ void main()
|
||||
Wait( 2000 );
|
||||
SetValidityOfInput( TRUE );
|
||||
|
||||
OutputLineAll(NULL, "", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "", Line_Normal);
|
||||
|
||||
ClearMessage();
|
||||
|
||||
@@ -1648,7 +1648,7 @@ void main()
|
||||
|
||||
PlaySE( 4, "wa_006", 128, 64 );
|
||||
ShakeScreen( 1, 50, 20, 5, 0, );
|
||||
OutputLineAll(NULL, "", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "", Line_Normal);
|
||||
|
||||
ClearMessage();
|
||||
|
||||
@@ -1743,7 +1743,7 @@ void main()
|
||||
|
||||
PlaySE( 4, "wa_007", 128, 64 );
|
||||
ShakeScreen( 0, 50, 20, 5, 0, );
|
||||
OutputLineAll(NULL, "", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "", Line_Normal);
|
||||
|
||||
ClearMessage();
|
||||
|
||||
@@ -2884,7 +2884,7 @@ void main()
|
||||
NULL, " No shops.", Line_WaitForInput);
|
||||
PlaySE(3, "s19/01/hr_kei33950", 256, 64);
|
||||
OutputLine(NULL, "娯楽もないし…何にもないかもしれないけど。」",
|
||||
NULL, " Or recreational spots... There might not be anything really here, but you know...\"", Line_WaitForInput);
|
||||
NULL, " Or recreational spots... There might not be anything really here, but you know...\"", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
|
||||
@@ -2910,7 +2910,7 @@ void main()
|
||||
NULL, " Satoko, and Rika-chan...", Line_WaitForInput);
|
||||
|
||||
OutputLine(NULL, "誰も茶化さない。",
|
||||
NULL, " none of them butted in.", Line_WaitForInput);
|
||||
NULL, " none of them butted in.", Line_Normal);
|
||||
|
||||
ClearMessage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user