add RADAR_NUM_ROLLS

ChangeRollsToHolds fix
This commit is contained in:
Glenn Maynard
2005-04-25 09:35:22 +00:00
parent 73f5051118
commit 120b70f06c
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ float Steps::PredictMeter() const
const float RadarCoeffs[NUM_RADAR_CATEGORIES] =
{
10.1f, 5.27f,-0.905f, -1.10f, 2.86f,
0,0,0,0,0
0,0,0,0,0,0
};
for( int r = 0; r < NUM_RADAR_CATEGORIES; ++r )
pMeter += this->GetRadarValues()[r] * RadarCoeffs[r];