- Blood: Delete unused prediction function that was never called anywhere.

This commit is contained in:
Mitchell Richters 2022-09-08 22:10:33 +10:00 committed by Christoph Oelckers
parent b13a9e69eb
commit 4f6aea576b

View file

@ -99,12 +99,6 @@ void viewUpdatePrediction(InputPacket* pInput)
//gPredictTail++;
}
static void sub_158B4(PLAYER* pPlayer)
{
predict.viewz = predict.pos.Z * worldtoint - pPlayer->pPosture[pPlayer->lifeMode][predict.posture].eyeAboveZ;
predict.zWeapon = predict.pos.Z * worldtoint - pPlayer->pPosture[pPlayer->lifeMode][predict.posture].weaponAboveZ;
}
static void fakeProcessInput(PLAYER* pPlayer, InputPacket* pInput)
{
#if 0