Return the data file handle on Windows if it was opened
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user