change BGALayer to use Actor's map of commands
add "applydefaultoptions" command clean up CoinMode and Premium enums
This commit is contained in:
@@ -198,9 +198,9 @@ void ScreenSelectMode::UpdateSelectableChoices()
|
||||
(mc.m_pStyle == NULL) ?
|
||||
1 :
|
||||
1;
|
||||
if( PREFSMAN->GetPremium()!=PrefsManager::JOINT_PREMIUM ||
|
||||
if( PREFSMAN->GetPremium()!=PREMIUM_JOINT ||
|
||||
(
|
||||
(PREFSMAN->GetPremium()==PrefsManager::JOINT_PREMIUM) &&
|
||||
(PREFSMAN->GetPremium()==PREMIUM_JOINT) &&
|
||||
(
|
||||
(INCLUDE_DOUBLE_IN_JP == 1 && (GAMESTATE->GetNumSidesJoined() == SidesJoinedToPlay)) ||
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user