fix warning

This commit is contained in:
Glenn Maynard
2003-12-19 07:28:32 +00:00
parent a58640a3f9
commit eaa3a68259
+1 -1
View File
@@ -155,7 +155,7 @@ void Steps::TidyUpData()
if( GetMeter() < 1) // meter is invalid if( GetMeter() < 1) // meter is invalid
{ {
// Why not just use PredictMeter() // Why not just use PredictMeter()
SetMeter(PredictMeter()); SetMeter( int(PredictMeter()) );
/* /*
// guess meter from difficulty class // guess meter from difficulty class
switch( GetDifficulty() ) switch( GetDifficulty() )