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

@@ -48,7 +48,7 @@ void main()
// DrawSceneWithMask( "black", "left", 0, 0, 1300 );
// DrawSceneWithMask( "bg_112", "left", 0, 0, 1300 );
DrawBustshotWithFiltering( 3, "Kuma_def", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
DrawBustshotWithFiltering( 3, "Kuma_Def", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
//「……うーん、どうしてこれが五萬切りなんすか@ 待ちが狭くなっちゃうっすよ?@
@@ -109,7 +109,7 @@ void main()
DisableWindow();
// DrawBustshot( 3, "Kuma_ikari", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
DrawBustshotWithFiltering( 3, "Kuma_ikari", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
DrawBustshotWithFiltering( 3, "Kuma_Ikari", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
//「…納得いかないっすねぇ…@わざわざ自分で当たり牌減らすなんて。@
@@ -549,7 +549,7 @@ void main()
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
DisableWindow();
DrawBustshotWithFiltering( 1, "Kuma_def", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
DrawBustshotWithFiltering( 1, "Kuma_Def", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
//「了解っす!!!¥
@@ -1122,7 +1122,7 @@ void main()
ClearMessage();
DrawScene( "bg_192", 1000 );
DrawBustshot( 3, "Kuma_def", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
DrawBustshot( 3, "Kuma_Def", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
//「大石さん、車はOKっす!!@ 大石さん…?!¥
@@ -2242,7 +2242,7 @@ void main()
PlaySE( 4, "wa_036", 128, 64 );
DrawScene( "End_1", 100 );
// DrawScene( "End_2", 200 );
DrawScene( "End_3", 4000 );
DrawScene( "end_3", 4000 );
//lsph 20,":c;bmp\Efe\End_1.bmp",0,0
//lsph 21,":c;bmp\Efe\End_2.bmp",0,0
//lsph 22,":c;bmp\Efe\End_3.bmp",0,0