From 71a06b7cdd27c6fa68c610f77dbe37750253547d Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Thu, 17 Sep 2020 09:01:19 +1000 Subject: [PATCH] - SW: Fix quake intensity. --- source/sw/src/draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sw/src/draw.cpp b/source/sw/src/draw.cpp index 6878b74cc..0b49ab388 100644 --- a/source/sw/src/draw.cpp +++ b/source/sw/src/draw.cpp @@ -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) {