mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-28 23:01:53 +00:00
wrong not sign :/
This commit is contained in:
parent
514fb7069e
commit
775d9ebe54
1 changed files with 1 additions and 1 deletions
|
@ -1215,7 +1215,7 @@ void Mod_TouchModel (char *name)
|
||||||
|
|
||||||
mod = Mod_FindName (name);
|
mod = Mod_FindName (name);
|
||||||
|
|
||||||
if (~mod->needload)
|
if (!mod->needload)
|
||||||
{
|
{
|
||||||
if (mod->type == mod_alias)
|
if (mod->type == mod_alias)
|
||||||
Cache_Check (&mod->cache);
|
Cache_Check (&mod->cache);
|
||||||
|
|
Loading…
Reference in a new issue