fix sloppy assert in Player. Oops

This commit is contained in:
Chris Danford
2003-04-11 00:12:07 +00:00
parent 3d0ad7955c
commit 6af055ddef
3 changed files with 11 additions and 16 deletions
+3
View File
@@ -455,6 +455,9 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName, Type type )
int l;
for( l=0; l<NUM_JUDGE_LINES; l++ )
{
if( l == 0 && !PREFSMAN->m_bMarvelousTiming )
continue; // skip
if( SHOW_JUDGMENT(l) )
{
m_sprJudgeLabels[l].Load( THEME->GetPathTo("Graphics","ScreenEvaluation judge labels 1x8") );