- Exhumed: Remove zbob from draw code, it's not used at all.

This commit is contained in:
Mitchell Richters 2022-09-06 18:15:43 +10:00 committed by Christoph Oelckers
parent e3bbb60de4
commit 5685af33d8

View file

@ -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;