SaveProfile -> SavePlayerProfile

This commit is contained in:
Chris Danford
2009-08-08 02:48:12 +00:00
parent 6aa54ccf8e
commit 2401dc93b0
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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 );
}