From 5f5593b5c43ba7673008d0cc2f91b61206ef21e7 Mon Sep 17 00:00:00 2001 From: kmetykog Date: Sun, 26 Sep 2010 23:21:21 +0000 Subject: [PATCH] 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 --- src/drivers/kilo2008/kdriver.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/drivers/kilo2008/kdriver.cpp b/src/drivers/kilo2008/kdriver.cpp index af52c659f..5a1439944 100644 --- a/src/drivers/kilo2008/kdriver.cpp +++ b/src/drivers/kilo2008/kdriver.cpp @@ -574,6 +574,7 @@ KDriver::initTrack(tTrack * t, void *carHandle, void **carParmHandle, { track = t; + // Load a custom setup if one is available. const int BUFSIZE = 256; char buffer[BUFSIZE]; @@ -754,7 +755,8 @@ KDriver::filterBColl(const double brake) }//if brakedist }//if state OPP_COLL }//for it - + }//if simtime + return ret; }//filterBColl