Fix case sensitivity issues on Linux
This commit is contained in:
@@ -346,10 +346,10 @@ void main()
|
||||
DrawBustshotWithFiltering( 1, "sa_se_aw_a1", "right", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
|
||||
|
||||
//「レナは甘えてますわ@ 弱いものは食い尽くされるのが世の常でございますわー!@
|
||||
PlaySE(3, "S19/04/VT0_satoko0001", 256, 64);
|
||||
PlaySE(3, "s19/04/vt0_satoko0001", 256, 64);
|
||||
OutputLine(NULL, "「レナは甘えてますわ!",
|
||||
NULL, "\"You're so naive, Rena!", Line_WaitForInput);
|
||||
PlaySE(3, "S19/04/VT0_satoko0002", 256, 64);
|
||||
PlaySE(3, "s19/04/vt0_satoko0002", 256, 64);
|
||||
OutputLine(NULL, " 弱いものは食い尽くされるのが世の常でございますわー!」",
|
||||
NULL, " The Law of the Jungle is survival of the fittest!\"", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);
|
||||
@@ -2100,7 +2100,7 @@ void main()
|
||||
|
||||
DisableWindow();
|
||||
DrawScene( "white", 10 );
|
||||
DrawBustshot( 5, "Furiker_b", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 50, TRUE );
|
||||
DrawBustshot( 5, "furiker_b", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 50, TRUE );
|
||||
PlaySE( 4, "wa_007", 128, 64 );
|
||||
ShakeScreen( 1, 50, 20, 3, 0, );
|
||||
DrawScene( "bg_108", 200 );
|
||||
|
||||
Reference in New Issue
Block a user