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:
parent
2216d9c0c0
commit
26a1533f97
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ void GLR_DrawEntitiesOnList (void)
|
||||||
switch (currententity->model->type)
|
switch (currententity->model->type)
|
||||||
{
|
{
|
||||||
case mod_alias:
|
case mod_alias:
|
||||||
if (cl.worldmodel->fromgame == fg_doom)
|
if (!cl.worldmodel || cl.worldmodel->fromgame == fg_doom)
|
||||||
R_DrawGAliasModel (currententity);
|
R_DrawGAliasModel (currententity);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue