add SaveModifiers code for PlayerOptions screen

This commit is contained in:
Chris Danford
2004-02-23 08:16:40 +00:00
parent 9e3437e9f7
commit e183e3b706
5 changed files with 23 additions and 3 deletions
+2
View File
@@ -219,6 +219,8 @@ void ProfileManager::UnloadProfile( PlayerNumber pn )
const Profile* ProfileManager::GetProfile( PlayerNumber pn ) const
{
ASSERT( pn >= 0 && pn<NUM_PLAYERS );
if( m_sProfileDir[pn].empty() )
return NULL;
else