fix crash
This commit is contained in:
@@ -53,6 +53,8 @@ static const char *MEM_CARD_DIR[NUM_PLAYERS] =
|
|||||||
|
|
||||||
ProfileManager::ProfileManager()
|
ProfileManager::ProfileManager()
|
||||||
{
|
{
|
||||||
|
PROFILEMAN = this;
|
||||||
|
|
||||||
for( int p=0; p<NUM_PLAYERS; p++ )
|
for( int p=0; p<NUM_PLAYERS; p++ )
|
||||||
m_bWasLoadedFromMemoryCard[p] = false;
|
m_bWasLoadedFromMemoryCard[p] = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user