X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWinInput.cpp;h=913ddd209a975a5a122502366b68137c627bcdda;hb=36cc3af3e5074215817ddee16defde754e2ad67f;hp=856bf12a6b601b2ea90dcc41036fdff4ff498c72;hpb=0cca0c495c7dc29d134a10d7eed5de1f377c99bf;p=lugaru.git diff --git a/Source/WinInput.cpp b/Source/WinInput.cpp index 856bf12..913ddd2 100644 --- a/Source/WinInput.cpp +++ b/Source/WinInput.cpp @@ -986,4 +986,4 @@ bool Compare(char *thestring, char *tocompare, int start, int end) if(thestring[i]!=tocompare[i-start]&&thestring[i]!=tocompare[i-start]+'A'-'a')return 0; } return 1; -} \ No newline at end of file +}