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:
TimeServ 2005-09-21 01:16:12 +00:00
parent e9a0c2edc3
commit be6d3c64fd
1 changed files with 1 additions and 2 deletions

View File

@ -340,9 +340,8 @@ model_t *SWMod_LoadModel (model_t *mod, qboolean crash)
mod->needload = true;
P_DefaultTrail(mod);
return mod;
return NULL;
}
}
}
//
// allocate a new model