1
0
Fork 0
forked from fte/fteqw

Fixed a new line.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1767 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-01-02 22:40:40 +00:00
parent a1d78aece3
commit 3c03fd6ea8

View file

@ -62,7 +62,7 @@ int SV_ModelIndex (char *name)
Q_strncpyz(sv.model_precache[i], name, sizeof(sv.model_precache[i]));
if (!strcmp(name + strlen(name) - 4, ".bsp"))
sv.models[i] = Mod_FindName(sv.model_precache[i]);
Con_Printf("WARNING: SV_ModelIndex: model %s not precached", name);
Con_Printf("WARNING: SV_ModelIndex: model %s not precached\n", name);
}
else
SV_Error ("SV_ModelIndex: model %s not precached", name);