- Blood: Eliminate VIEW::slope.

This commit is contained in:
Mitchell Richters 2022-09-10 22:25:03 +10:00 committed by Christoph Oelckers
parent 326da6d495
commit 9a41145a8a
2 changed files with 0 additions and 2 deletions

View file

@ -63,7 +63,6 @@ void viewBackupView(int nPlayer)
VIEW* pView = &gPrevView[nPlayer];
pPlayer->ozView = pPlayer->zView;
pPlayer->ozWeapon = pPlayer->zWeapon - pPlayer->zView - 0xc00;
pView->slope = pPlayer->slope;
pView->bobHeight = pPlayer->bobHeight;
pView->bobWidth = pPlayer->bobWidth;
pView->shakeBobY = pPlayer->swayHeight;

View file

@ -40,7 +40,6 @@ struct VIEW {
int swayAmp;
int shakeBobY; // bob sway y
int shakeBobX; // bob sway x
int slope;
int zViewVel;
int zWeapon;
int zWeaponVel;