Moved even more constants into theme metrics

This commit is contained in:
Chris Danford
2002-08-29 01:38:21 +00:00
parent fdd2cf304a
commit 5fb403639f
14 changed files with 242 additions and 485 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ Combo::Combo()
void Combo::UpdateScore( TapNoteScore score )
{
if( PREFSMAN->m_bAutoPlay ) // cheaters never prosper
if( PREFSMAN->m_bAutoPlay && !GAMESTATE->m_bDemonstration ) // cheaters never prosper
{
m_iCurCombo = 0;
m_iCurComboOfPerfects = 0;