Fix compile. Judging by the name of the function, it is possible this should be checking all memory cards, not just the ones for pn. I am not sure so this is only temporary until Glenn reappears.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace
|
||||
bool bShowCreditsMessage;
|
||||
if( SCREENMAN && SCREENMAN->GetTopScreen() && SCREENMAN->GetTopScreen()->GetScreenType() == system_menu )
|
||||
bShowCreditsMessage = true;
|
||||
else if( MEMCARDMAN->GetCardsLocked() )
|
||||
else if( MEMCARDMAN->GetCardLocked(pn) )
|
||||
bShowCreditsMessage = !GAMESTATE->IsPlayerEnabled( pn );
|
||||
else
|
||||
bShowCreditsMessage = !GAMESTATE->m_bSideIsJoined[pn];
|
||||
|
||||
Reference in New Issue
Block a user