mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-20 19:12:03 +00:00
If it stops dumptruck_ds from complaining, we'll make these prints more annoying, just not fatal.
This commit is contained in:
parent
9ffca1dedc
commit
4dd87629f0
1 changed files with 4 additions and 9 deletions
|
@ -287,15 +287,10 @@ static void PF_sv_setmodel (void)
|
|||
if (!*check)
|
||||
{
|
||||
if (pr_checkextension.value)
|
||||
{ //Spike: so that func_illusionaries work with custom models even in vanilla.
|
||||
if (sv.state == ss_loading)
|
||||
Con_DWarning("PF_setmodel(\"%s\"): Model was not precached\n", m);
|
||||
else
|
||||
{
|
||||
// PR_PrintStatement(pr_statements + pr_xstatement);
|
||||
// PR_StackTrace();
|
||||
Con_Warning("PF_setmodel(\"%s\"): Model was not precached\n", m);
|
||||
}
|
||||
{
|
||||
// PR_PrintStatement(pr_statements + pr_xstatement);
|
||||
// PR_StackTrace();
|
||||
Con_Warning("PF_setmodel(\"%s\"): Model was not precached\n", m);
|
||||
i = SV_Precache_Model(m);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue