X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FMacCompatibility.cpp;h=ea8ba749c12d655499360cb2f7401d376d5d9d7a;hb=2d54e57ffa32e0a02013d79be57b8a2f3bc8db05;hp=467c978ce7c2c32af40cf7a071b9af7103001a00;hpb=3f27343fe706bb582974ca77dffb39ae1791d76f;p=lugaru.git diff --git a/Source/MacCompatibility.cpp b/Source/MacCompatibility.cpp index 467c978..ea8ba74 100644 --- a/Source/MacCompatibility.cpp +++ b/Source/MacCompatibility.cpp @@ -132,7 +132,6 @@ static int locateOneElement(char *buf) char *ptr; DIR *dirp; - //if (PHYSFS_exists(buf)) if (access(buf, F_OK) == 0) return(1); /* quick rejection: exists in current case. */