Let's hope this fixes r_drawviewmodel

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2591 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-08-17 18:41:14 +00:00
parent f5c9311935
commit 1173ee0759
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ qboolean PPL_ShouldDraw(void)
}
else
{
if (currententity->flags & Q2RF_WEAPONMODEL)
if (currententity->flags & Q2RF_WEAPONMODEL && r_secondaryview >= 2)
return false;
if (currententity->flags & Q2RF_EXTERNALMODEL && r_secondaryview != 3)
return false;