Fix case sensitivity issues on Linux
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user