tweak credits text
fix memory card profile creation
This commit is contained in:
@@ -270,6 +270,9 @@ void ModeChoice::ApplyToAllPlayers() const
|
||||
|
||||
void ModeChoice::Apply( PlayerNumber pn ) const
|
||||
{
|
||||
if( !GAMESTATE->IsHumanPlayer(pn) )
|
||||
return;
|
||||
|
||||
const PlayMode OldPlayMode = GAMESTATE->m_PlayMode;
|
||||
if( m_game != GAME_INVALID )
|
||||
GAMESTATE->m_CurGame = m_game;
|
||||
|
||||
Reference in New Issue
Block a user