move RadarValues into a separate file

clean up usage of RadarValues
This commit is contained in:
Chris Danford
2004-07-11 07:21:33 +00:00
parent 5f58c7e2cf
commit 96ca652c94
26 changed files with 128 additions and 125 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ void GrooveGraph::SetFromSong( Song* pSong )
FOREACH_Difficulty( dc )
{
fValues[dc] = rvs[j][dc];
}
}
m_Mountains[j].SetValues( fValues );
}
}