- SW: Fix quake intensity.

This commit is contained in:
Mitchell Richters 2020-09-17 09:01:19 +10:00
parent bf12c28322
commit 71a06b7cdd

View file

@ -1700,7 +1700,7 @@ drawscreen(PLAYERp pp, double smoothratio)
tx = tx + quake_x;
ty = ty + quake_y;
//tq16horiz = tq16horiz + IntToFixed(quake_x);
tq16ang = NORM_Q16ANGLE(tq16ang + quake_ang);
tq16ang = NORM_Q16ANGLE(tq16ang + IntToFixed(quake_ang));
if (pp->sop_remote)
{