play keys
This commit is contained in:
@@ -892,6 +892,9 @@ void Player::HandleStep( int col, const RageTimer &tm )
|
|||||||
|
|
||||||
if( score == TNS_HIT_MINE )
|
if( score == TNS_HIT_MINE )
|
||||||
{
|
{
|
||||||
|
if( tn.bKeysound )
|
||||||
|
m_vKeysounds[tn.iKeysoundIndex].Play();
|
||||||
|
else
|
||||||
m_soundMine.Play();
|
m_soundMine.Play();
|
||||||
|
|
||||||
if( m_pLifeMeter )
|
if( m_pLifeMeter )
|
||||||
|
|||||||
Reference in New Issue
Block a user