move AllHumanHaveComboOf30OrMoreMisses into StageStats

This commit is contained in:
Glenn Maynard
2007-04-25 16:39:03 +00:00
parent 1f4889effe
commit 9ed7cf25f3
5 changed files with 12 additions and 11 deletions
-8
View File
@@ -1684,14 +1684,6 @@ bool GameState::AllAreInDangerOrWorse() const
return true;
}
bool GameState::AllHumanHaveComboOf30OrMoreMisses() const
{
FOREACH_HumanPlayer( p )
if( STATSMAN->m_CurStageStats.m_player[p].m_iCurMissCombo < 30 )
return false;
return true;
}
bool GameState::OneIsHot() const
{
FOREACH_EnabledPlayer( p )