From da8870162ed61e4a102201bb449d5c2387163cb6 Mon Sep 17 00:00:00 2001 From: cosmosninja Date: Wed, 13 Feb 2008 03:59:29 +0000 Subject: [PATCH] Fixed a comment. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1479 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/track.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/track.cpp b/src/track.cpp index f110da84b..6ab4bfbda 100644 --- a/src/track.cpp +++ b/src/track.cpp @@ -208,10 +208,7 @@ void Track::findRoadSector( const sgVec3 XYZ, int *sector )const is on top, so we have to rule it out. However, for some reason there are cases where we get - negative values for the track segment we should be on, - so we just use the absolute values, since the track - segment you are on will have a smaller absolute value - of dist anyways. + negative values for the track segment we should be on. */ if( dist > -2.0 && dist < near_dist) {