mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-31 20:50:47 +00:00
small fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1349 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e9a0c2edc3
commit
be6d3c64fd
1 changed files with 1 additions and 2 deletions
|
@ -340,7 +340,6 @@ model_t *SWMod_LoadModel (model_t *mod, qboolean crash)
|
||||||
mod->needload = true;
|
mod->needload = true;
|
||||||
P_DefaultTrail(mod);
|
P_DefaultTrail(mod);
|
||||||
return mod;
|
return mod;
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue