From: havoc Date: Tue, 16 Nov 2004 12:15:25 +0000 (+0000) Subject: call Mod_FindName directly instead of Mod_TouchModel because one just wraps the other X-Git-Tag: xonotic-v0.1.0preview~5377 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=68cca0c0479fc347286d52e6bb483fb8de1b2345;p=xonotic%2Fdarkplaces.git call Mod_FindName directly instead of Mod_TouchModel because one just wraps the other git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4758 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_parse.c b/cl_parse.c index 9baf8c13..65c7cfab 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -403,7 +403,7 @@ void CL_ParseServerInfo (void) for (i = 1;i < nummodels;i++) { CL_KeepaliveMessage(); - Mod_TouchModel(parse_model_precache[i]); + Mod_FindName(parse_model_precache[i]); } Mod_PurgeUnused();