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:
Steve Checkoway
2007-04-19 10:17:20 +00:00
parent 2468ded99d
commit 92fff09378
+1 -1
View File
@@ -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];