fix warnings
This commit is contained in:
@@ -224,7 +224,7 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName ) : Screen(sClassName)
|
|||||||
|
|
||||||
// If unlocking is enabled, save the dance points
|
// If unlocking is enabled, save the dance points
|
||||||
if( PREFSMAN->m_bUseUnlockSystem )
|
if( PREFSMAN->m_bUseUnlockSystem )
|
||||||
UNLOCKSYS->UnlockAddDP( stageStats.iActualDancePoints[p] );
|
UNLOCKSYS->UnlockAddDP( (float) stageStats.iActualDancePoints[p] );
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case course:
|
case course:
|
||||||
|
|||||||
Reference in New Issue
Block a user