Fix case sensitivity issues on Linux

This commit is contained in:
Jáchym Toušek
2017-04-23 08:04:36 +02:00
parent d63a0b863c
commit c286b2ca16
15 changed files with 110 additions and 110 deletions

View File

@@ -451,11 +451,11 @@
Wait( 200 );
PlaySE( 4, "wa_008", 128, 64 );
DrawScene( "black", 100 );
DrawBustshot( 5, "Furiker_b", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 50, TRUE );
DrawBustshot( 5, "furiker_b", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 50, TRUE );
PlaySE( 4, "wa_005", 128, 64 );
DrawScene( "black", 50 );
DrawBustshot( 5, "Furiker_a", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 50, TRUE );
DrawBustshot( 5, "furiker_a", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 50, TRUE );
PlaySE( 4, "wa_005", 128, 64 );
DrawScene( "black", 100 );