diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index ec58b2c105..4e3b055cb6 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -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: