I got annoyed at the number of messages. Made em developer.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@815 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
569c088bcc
commit
1a50a9c85a
1 changed files with 1 additions and 1 deletions
|
@ -935,7 +935,7 @@ static void Shader_MakeCache ( char *path )
|
|||
int size;
|
||||
|
||||
Com_sprintf( filename, sizeof(filename), "scripts/%s", path );
|
||||
Con_Printf ( "...loading '%s'\n", filename );
|
||||
Con_DPrintf ( "...loading '%s'\n", filename );
|
||||
|
||||
size = FS_LoadFile ( filename, (void **)&buf );
|
||||
if ( !buf || size <= 0 ) {
|
||||
|
|
Loading…
Reference in a new issue