- update dandroid
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8947 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: bd1a53be8f27d9136a4bd3ea0fdf1c712f25f98b Former-commit-id: a319d8589463ae3dabc6cfc147ea757a40be28d0
This commit is contained in:
parent
d9031a2e44
commit
b9ff7dd95b
1 changed files with 4 additions and 1 deletions
|
@ -94,6 +94,9 @@ TDriver::TDriver(int index)
|
|||
mWatchdogCount = 0;
|
||||
mHASTYC = false;
|
||||
mHASCPD = false;
|
||||
mHASABS = false;
|
||||
mHASTCL = false;
|
||||
mHASESP = false;
|
||||
mCurveAheadFromStart = 0.0;
|
||||
mPathChangeTime = 0.0;
|
||||
initVars();
|
||||
|
@ -2342,7 +2345,7 @@ void TDriver::getBrakedistfactor()
|
|||
|
||||
void TDriver::getSpeedFactors()
|
||||
{
|
||||
mSectSpeedfactor = mSect[mSector].speedfactor * mTirecondition;
|
||||
mSectSpeedfactor = mSect[mSector].speedfactor; // * mTirecondition;
|
||||
}
|
||||
|
||||
void TDriver::updatePathCar(int path)
|
||||
|
|
Loading…
Reference in a new issue