- moved portal data into FLevelLocals.
This commit is contained in:
parent
65e7b6dfaa
commit
8be788a9b3
19 changed files with 138 additions and 148 deletions
|
|
@ -2326,7 +2326,7 @@ void P_PredictionLerpReset()
|
|||
|
||||
bool P_LerpCalculate(AActor *pmo, PredictPos from, PredictPos to, PredictPos &result, float scale)
|
||||
{
|
||||
//DVector2 pfrom = Displacements.getOffset(from.portalgroup, to.portalgroup);
|
||||
//DVector2 pfrom = level.Displacements.getOffset(from.portalgroup, to.portalgroup);
|
||||
DVector3 vecFrom = from.pos;
|
||||
DVector3 vecTo = to.pos;
|
||||
DVector3 vecResult;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue