From d67f6312972479e309687110615e1d8d80fde435 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 14 Oct 2003 21:39:13 +0000 Subject: [PATCH] fix warnings --- stepmania/src/ScreenEvaluation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: