From: havoc Date: Sat, 16 Oct 2004 04:49:07 +0000 (+0000) Subject: added reporting of what model is unprecached in no precache warning X-Git-Tag: xonotic-v0.1.0preview~5480 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=01ebc3a1a48138c00c8d46cb062e92de11d8b266;p=xonotic%2Fdarkplaces.git added reporting of what model is unprecached in no precache warning git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4642 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/pr_cmds.c b/pr_cmds.c index 92086fae..8ae6fda7 100644 --- a/pr_cmds.c +++ b/pr_cmds.c @@ -362,7 +362,7 @@ void PF_setmodel (void) break; if (!*check) - PF_WARNING("setmodel: no precache\n"); + PF_WARNING(va("setmodel: no precache for model \"%s\"\n", m)); e->v->model = PR_SetString(*check);