Fix moving sector trail point bug. Sectors should now move on the correct path.

This commit is contained in:
sirlemonhead 2019-11-02 18:29:18 +00:00 committed by Christoph Oelckers
parent e7ee9cf722
commit f04de71065
1 changed files with 2 additions and 2 deletions

View File

@ -2293,8 +2293,8 @@ void ProcessTrailSprite(int nSprite, int nLotag, int nHitag)
sTrail[nTrail].field_0 = nPoint;
sTrail[nTrail].field_4 = nPoint;
nTrailPointNext[nTrail] = -1;
nTrailPointPrev[nTrail] = -1;
nTrailPointNext[nPoint] = -1;
nTrailPointPrev[nPoint] = -1;
}
else
{