538 accelerated time fix
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4690 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: bd03491b2b0061d7047a7885e43d1971057f6b8c Former-commit-id: 3e394f9981f0cce8c762202e164799c2fc8eb4ce
This commit is contained in:
parent
4147c2cbf6
commit
f7812cacc4
1 changed files with 1 additions and 0 deletions
|
@ -716,6 +716,7 @@ tRmInfo* ReSituationUpdater::copySituation(tRmInfo*& pTarget, const tRmInfo* pSo
|
||||||
pTarget->s->raceInfo = pSource->s->raceInfo;
|
pTarget->s->raceInfo = pSource->s->raceInfo;
|
||||||
pTarget->s->deltaTime = pSource->s->deltaTime;
|
pTarget->s->deltaTime = pSource->s->deltaTime;
|
||||||
pTarget->s->currentTime = pSource->s->currentTime;
|
pTarget->s->currentTime = pSource->s->currentTime;
|
||||||
|
pTarget->s->accelTime = pSource->s->accelTime;
|
||||||
pTarget->s->nbPlayers = pSource->s->nbPlayers;
|
pTarget->s->nbPlayers = pSource->s->nbPlayers;
|
||||||
for (int nCarInd = 0; nCarInd < _nInitDrivers; nCarInd++)
|
for (int nCarInd = 0; nCarInd < _nInitDrivers; nCarInd++)
|
||||||
pTarget->s->cars[nCarInd] =
|
pTarget->s->cars[nCarInd] =
|
||||||
|
|
Loading…
Reference in a new issue