From 5685af33d8df73f0d3b9978cd6e6f9220dc1e36e Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Tue, 6 Sep 2022 18:15:43 +1000 Subject: [PATCH] - Exhumed: Remove `zbob` from draw code, it's not used at all. --- source/games/exhumed/src/view.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/games/exhumed/src/view.cpp b/source/games/exhumed/src/view.cpp index 4496f4a67..42bb766fc 100644 --- a/source/games/exhumed/src/view.cpp +++ b/source/games/exhumed/src/view.cpp @@ -36,8 +36,6 @@ BEGIN_PS_NS bool bSubTitles = true; -int zbob; - int16_t dVertPan[kMaxPlayers]; DVector3 nCamera; bool bTouchFloor; @@ -190,8 +188,6 @@ void DrawView(double smoothRatio, bool sceneonly) DAngle nAngle, rotscrnang; fixedhoriz pan = {}; - zbob = bsin(2 * bobangle, -3); - DoInterpolations(smoothRatio * (1. / MaxSmoothRatio)); auto pPlayerActor = PlayerList[nLocalPlayer].pActor;