force particular Premium and CoinMode values if bEventMode

This commit is contained in:
Chris Danford
2004-06-09 08:14:21 +00:00
parent 0b8b2ad654
commit a266e00c93
10 changed files with 51 additions and 26 deletions
+2 -2
View File
@@ -197,9 +197,9 @@ void ScreenSelectMode::UpdateSelectableChoices()
(mc.m_style == STYLE_INVALID) ?
1 :
1;
if( PREFSMAN->m_Premium!=PrefsManager::JOINT_PREMIUM ||
if( PREFSMAN->GetPremium()!=PrefsManager::JOINT_PREMIUM ||
(
(PREFSMAN->m_Premium==PrefsManager::JOINT_PREMIUM) &&
(PREFSMAN->GetPremium()==PrefsManager::JOINT_PREMIUM) &&
(
(INCLUDE_DOUBLE_IN_JP == 1 && (GAMESTATE->GetNumSidesJoined() == SidesJoinedToPlay)) ||
(