Fix the issue from the merge

This commit is contained in:
Sryder 2018-06-09 22:25:00 +01:00
parent 00ac4dd59b
commit 82b92d1881

View file

@ -5329,10 +5329,6 @@ static void HWR_ProjectSprite(mobj_t *thing)
z1 = tr_y + x1 * rightsin;
z2 = tr_y - x2 * rightsin;
if (papersprite && max(z1, z2) < ZCLIP_PLANE)
return;
x1 = tr_x + x1 * rightcos;
x2 = tr_x - x2 * rightcos;