fix for AutoPlay increase combo with "RollBodyIncreasesCombo"
per issue #125
This commit is contained in:
+1
-1
@@ -2093,7 +2093,7 @@ void Player::StepStrumHopo( int col, int row, const RageTimer &tm, bool bHeld, b
|
|||||||
// Increase life
|
// Increase life
|
||||||
tn.HoldResult.fLife = 1;
|
tn.HoldResult.fLife = 1;
|
||||||
|
|
||||||
if( ROLL_BODY_INCREMENTS_COMBO )
|
if( ROLL_BODY_INCREMENTS_COMBO && m_pPlayerState->m_PlayerController != PC_AUTOPLAY )
|
||||||
{
|
{
|
||||||
// increment combo
|
// increment combo
|
||||||
const int iOldCombo = m_pPlayerStageStats ? m_pPlayerStageStats->m_iCurCombo : 0;
|
const int iOldCombo = m_pPlayerStageStats ? m_pPlayerStageStats->m_iCurCombo : 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user