mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 09:51:21 +00:00
* Rewrite of R_LoadImage to make it more generic and data driven
This commit is contained in:
parent
6993861080
commit
034e6e8f20
6 changed files with 117 additions and 44 deletions
|
@ -1207,7 +1207,6 @@ int FS_FOpenFileRead( const char *filename, fileHandle_t *file, qboolean uniqueF
|
|||
}
|
||||
}
|
||||
|
||||
Com_DPrintf ("Can't find %s\n", filename);
|
||||
#ifdef FS_MISSING
|
||||
if (missingFiles) {
|
||||
fprintf(missingFiles, "%s\n", filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue