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

@@ -4198,7 +4198,7 @@ void main()
DisableWindow();
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, 5, TRUE );
DrawBustshot( 5, "furiker_b", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 25, 5, TRUE );
PlaySE( 4, "wa_005", 128, 64 );