precedence: false && false || true == true

This commit is contained in:
Glenn Maynard
2003-10-19 23:12:51 +00:00
parent 594130fa4e
commit 95795ad081
+1 -1
View File
@@ -676,7 +676,7 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName ) : Screen(sClassName)
bool bOneHasNewTopRecord = false;
for( p=0; p<NUM_PLAYERS; p++ )
if( GAMESTATE->IsPlayerEnabled(p) && iMachineHighScoreIndex[p] != 0 || iPersonalHighScoreIndex[p] != 0 )
if( GAMESTATE->IsPlayerEnabled(p) && (iMachineHighScoreIndex[p] != -1 || iPersonalHighScoreIndex[p] != -1) )
bOneHasNewTopRecord = true;
if( PREFSMAN->m_bAllowExtraStage && m_bTryExtraStage )