mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 13:50:53 +00:00
Should help mingl
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3252 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2513254510
commit
b1ac73b6cb
1 changed files with 3 additions and 1 deletions
|
@ -937,7 +937,9 @@ int CL_LoadModels(int stage, qboolean dontactuallyload)
|
|||
|
||||
if (atstage())
|
||||
{
|
||||
CSQC_LoadResource(cl.model_name_vwep[i], "model");
|
||||
#ifdef CSQC_DAT
|
||||
CSQC_LoadResource(cl.model_name_vwep[i], "vwep");
|
||||
#endif
|
||||
cl.model_precache_vwep[i] = Mod_ForName (cl.model_name_vwep[i], false);
|
||||
endstage();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue