const fix
This commit is contained in:
@@ -110,7 +110,7 @@ void Steps::GetSMNoteData( CString ¬es_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] =
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user