mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 22:51:50 +00:00
- Blood: Delete unused prediction function that was never called anywhere.
This commit is contained in:
parent
b13a9e69eb
commit
4f6aea576b
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue