forked from speed-dreams/speed-dreams-code
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@612 30fe4595-0a0c-4342-8851-515496e4dcbd
Former-commit-id: aa6febb4be822a0538b19221f9af595019d27711 Former-commit-id: 88a175cc0a909adec02669822f61bfb8534a2b40
This commit is contained in:
parent
d1f8f23b3b
commit
855b488cbb
1 changed files with 7 additions and 0 deletions
|
@ -1179,6 +1179,13 @@ void TDriver::FindRacinglines()
|
|||
oStrategy->oPit->oPitLane[oRL_RIGHT].SaveToFile("RL_PIT_RIGHT.tk3");
|
||||
oStrategy->oDistToSwitch = MaxPitDist + 100; // Distance to pit entry
|
||||
}
|
||||
|
||||
for (int I = 0; I < NBRRL; I++)
|
||||
{
|
||||
oRacingLine[I].CalcMaxSpeeds(1);
|
||||
oRacingLine[I].PropagateBreaking(1);
|
||||
oRacingLine[I].PropagateAcceleration(1);
|
||||
}
|
||||
GfOut("# ... Done\n");
|
||||
}
|
||||
//==========================================================================*
|
||||
|
|
Loading…
Reference in a new issue