fix warnings

This commit is contained in:
Glenn Maynard
2003-10-14 21:39:13 +00:00
parent b6296f0dbe
commit d67f631297
+1 -1
View File
@@ -224,7 +224,7 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName ) : Screen(sClassName)
// If unlocking is enabled, save the dance points
if( PREFSMAN->m_bUseUnlockSystem )
UNLOCKSYS->UnlockAddDP( stageStats.iActualDancePoints[p] );
UNLOCKSYS->UnlockAddDP( (float) stageStats.iActualDancePoints[p] );
}
break;
case course: