Return the data file handle on Windows if it was opened

This commit is contained in:
Chris Robinson
2015-09-16 18:20:28 -07:00
parent 3c72865775
commit 4570345534
+1 -1
View File
@@ -526,7 +526,7 @@ FILE *OpenDataFile(const char *fname, const char *subdir)
if(f == NULL)
WARN("Could not open %s\\%s\n", subdir, fname);
return NULL;
return f;
}
#else