X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FMacCompatibility.cpp;h=ea8ba749c12d655499360cb2f7401d376d5d9d7a;hb=47bd467205c41f5c993fb9d3f2b31338989c641c;hp=b5362345c6c8828f285a7b1b2fa5fde480866446;hpb=34ce0cdd42f673a04aa29ae148d2206420dfd813;p=lugaru.git diff --git a/Source/MacCompatibility.cpp b/Source/MacCompatibility.cpp index b536234..ea8ba74 100644 --- a/Source/MacCompatibility.cpp +++ b/Source/MacCompatibility.cpp @@ -1,5 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -131,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. */