const fix

This commit is contained in:
Glenn Maynard
2003-12-18 21:24:30 +00:00
parent 35f4c7cf55
commit 276889e6a4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ void Steps::GetSMNoteData( CString &notes_comp_out, CString &attacks_comp_out )
attacks_comp_out = notes_comp->attacks;
}
float Steps::PredictMeter()
float Steps::PredictMeter() const
{
/* Tip: try this, instead:
const float RadarFactors[NUM_RADAR_CATEGORIES] =
+1 -1
View File
@@ -43,7 +43,7 @@ public:
void SetMeter(int meter);
void SetRadarValue(int r, float val);
bool IsAutogen() const; // Was created by autogen?
float PredictMeter();
float PredictMeter() const;
StepsType m_StepsType;