From f7812cacc4eec08c32165e91a82554d6c37e9571 Mon Sep 17 00:00:00 2001 From: mungewell Date: Thu, 12 Apr 2012 01:37:16 +0000 Subject: [PATCH] 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 --- src/libs/raceengine/racesituation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/raceengine/racesituation.cpp b/src/libs/raceengine/racesituation.cpp index 0eac5a65..b636c19f 100644 --- a/src/libs/raceengine/racesituation.cpp +++ b/src/libs/raceengine/racesituation.cpp @@ -716,6 +716,7 @@ tRmInfo* ReSituationUpdater::copySituation(tRmInfo*& pTarget, const tRmInfo* pSo pTarget->s->raceInfo = pSource->s->raceInfo; pTarget->s->deltaTime = pSource->s->deltaTime; pTarget->s->currentTime = pSource->s->currentTime; + pTarget->s->accelTime = pSource->s->accelTime; pTarget->s->nbPlayers = pSource->s->nbPlayers; for (int nCarInd = 0; nCarInd < _nInitDrivers; nCarInd++) pTarget->s->cars[nCarInd] =