1
0
Fork 0
forked from fte/fteqw

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:
Spoike 2005-01-18 21:06:46 +00:00
parent 569c088bcc
commit 1a50a9c85a

View file

@ -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 ) {