File diff r2187:60cea7c48bf4 → r2188:6f92a4485e32
fileio.c
Show inline comments
 
@@ -165,6 +165,10 @@ void FioOpenFile(int slot, const char *f
 
			*s = tolower(*s);
 
		f = fopen(buf, "rb");
 
		}
 

	
 
	if (f == NULL)
 
		sprintf(buf, "%s%s", _path.data_dir, filename);	//makes it print the primary datadir path instead of the secundary one
 

	
 
#endif
 
	}
 
#endif