Added FOV Interpolation

This commit is contained in:
Boondorl 2022-12-18 01:04:25 -05:00 committed by Christoph Oelckers
commit 0d4d5587b5
13 changed files with 54 additions and 5 deletions

View file

@ -1702,6 +1702,7 @@ int FLevelLocals::FinishTravel ()
}
pawn->LinkToWorld (nullptr);
pawn->ClearInterpolation();
pawn->ClearFOVInterpolation();
const int tid = pawn->tid; // Save TID (actor isn't linked into the hash chain yet)
pawn->tid = 0; // Reset TID
pawn->SetTID(tid); // Set TID (and link actor into the hash chain)