SaveProfile -> SavePlayerProfile
This commit is contained in:
@@ -1035,7 +1035,7 @@ class DebugLineWriteProfiles : public IDebugLine
|
||||
{
|
||||
PlayerNumber pn = (PlayerNumber) g_ProfileSlot;
|
||||
GAMESTATE->SaveCurrentSettingsToProfile(pn);
|
||||
GAMESTATE->SaveProfile( pn );
|
||||
GAMESTATE->SavePlayerProfile( pn );
|
||||
}
|
||||
IDebugLine::DoAndLog( sMessageOut );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user