From 01ebc3a1a48138c00c8d46cb062e92de11d8b266 Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 16 Oct 2004 04:49:07 +0000 Subject: [PATCH] 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 --- pr_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2