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

@@ -2515,7 +2515,7 @@
//setwindow 31,16,22,16,26,26,0,2,20,1,1,#ffffff,0,0,639,479
DisableWindow();
DrawScene( "white", 50 );
DrawSceneWithMask( "Furiker_b", "c", 0, 0, 300 );
DrawSceneWithMask( "furiker_b", "c", 0, 0, 300 );
SetValidityOfInput( FALSE );
Wait( 1000 );
SetValidityOfInput( TRUE );