don't play attract sounds one whole time through when pref is set to Never
This commit is contained in:
@@ -215,9 +215,9 @@ void GameState::BeginGame()
|
|||||||
|
|
||||||
m_vpsNamesThatWereFilled.clear();
|
m_vpsNamesThatWereFilled.clear();
|
||||||
|
|
||||||
// play attract on the ending screen, then in one more whole attract
|
// Play attract on the ending screen, then on the ranking screen
|
||||||
// sequence after the game is over (even if attract sounds are set to off)
|
// even if attract sounds are set to off.
|
||||||
m_iNumTimesThroughAttract = -2;
|
m_iNumTimesThroughAttract = -1;
|
||||||
|
|
||||||
MEMCARDMAN->LockCards( false );
|
MEMCARDMAN->LockCards( false );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user