Don't set triangle draw type in sw32 iqm renderer.

It's not used and causes link errors (I never noticed on my system).
This commit is contained in:
Bill Currie 2012-07-14 19:48:57 +09:00
parent b6125276e4
commit fd6b5edb73

View file

@ -303,8 +303,6 @@ sw32_R_IQMDrawModel (alight_t *plighting)
R_IQMSetUpTransform (ent->trivial_accept);
R_IQMSetupLighting (ent, plighting);
sw32_r_affinetridesc.drawtype = (ent->trivial_accept == 3) &&
r_recursiveaffinetriangles;
//if (!sw32_acolormap)
sw32_acolormap = vid.colormap8;