Remove a bogus model type check.

This allows 16-bit alias models to render when viewd straight on.
This commit is contained in:
Bill Currie 2012-04-25 11:50:20 +09:00
parent ba7046ea09
commit 20b7a46100

View file

@ -661,7 +661,7 @@ sw32_R_AliasDrawModel (alight_t *plighting)
else else
ziscale = (float) 0x8000 *(float) 0x10000 *3.0; ziscale = (float) 0x8000 *(float) 0x10000 *3.0;
if (currententity->trivial_accept && pmdl->ident != HEADER_MDL16) if (currententity->trivial_accept)
R_AliasPrepareUnclippedPoints (); R_AliasPrepareUnclippedPoints ();
else else
R_AliasPreparePoints (); R_AliasPreparePoints ();