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:
parent
a1d78aece3
commit
3c03fd6ea8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ int SV_ModelIndex (char *name)
|
||||||
Q_strncpyz(sv.model_precache[i], name, sizeof(sv.model_precache[i]));
|
Q_strncpyz(sv.model_precache[i], name, sizeof(sv.model_precache[i]));
|
||||||
if (!strcmp(name + strlen(name) - 4, ".bsp"))
|
if (!strcmp(name + strlen(name) - 4, ".bsp"))
|
||||||
sv.models[i] = Mod_FindName(sv.model_precache[i]);
|
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
|
else
|
||||||
SV_Error ("SV_ModelIndex: model %s not precached", name);
|
SV_Error ("SV_ModelIndex: model %s not precached", name);
|
||||||
|
|
Loading…
Reference in a new issue