Player: add column as a parameter to StepMessage

This commit is contained in:
Devin J. Pohly
2013-02-04 22:25:54 -05:00
parent 53acf0f3a3
commit 4eb8d72325
+1
View File
@@ -2679,6 +2679,7 @@ void Player::StepStrumHopo( int col, int row, const RageTimer &tm, bool bHeld, b
Message msg( "Step" );
msg.SetParam( "PlayerNumber", m_pPlayerState->m_PlayerNumber );
msg.SetParam( "MultiPlayer", m_pPlayerState->m_mp );
msg.SetParam( "Column", col );
MESSAGEMAN->Broadcast( msg );
}
}