Fix typo.
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2806 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 9c05b0b0ae69334402b830f98bce3387652f678d Former-commit-id: bd7c2f1df047a1d4f726cf62e2b61d39b1939144
This commit is contained in:
parent
c901c15f59
commit
5f5593b5c4
1 changed files with 3 additions and 1 deletions
|
@ -574,6 +574,7 @@ KDriver::initTrack(tTrack * t, void *carHandle, void **carParmHandle,
|
||||||
{
|
{
|
||||||
track = t;
|
track = t;
|
||||||
|
|
||||||
|
|
||||||
// Load a custom setup if one is available.
|
// Load a custom setup if one is available.
|
||||||
const int BUFSIZE = 256;
|
const int BUFSIZE = 256;
|
||||||
char buffer[BUFSIZE];
|
char buffer[BUFSIZE];
|
||||||
|
@ -754,7 +755,8 @@ KDriver::filterBColl(const double brake)
|
||||||
}//if brakedist
|
}//if brakedist
|
||||||
}//if state OPP_COLL
|
}//if state OPP_COLL
|
||||||
}//for it
|
}//for it
|
||||||
|
}//if simtime
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}//filterBColl
|
}//filterBColl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue