This was causing issues with q3uis.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@667 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-21 04:34:21 +00:00
parent 2216d9c0c0
commit 26a1533f97

View file

@ -588,7 +588,7 @@ void GLR_DrawEntitiesOnList (void)
switch (currententity->model->type)
{
case mod_alias:
if (cl.worldmodel->fromgame == fg_doom)
if (!cl.worldmodel || cl.worldmodel->fromgame == fg_doom)
R_DrawGAliasModel (currententity);
break;