allow loading profile without loading edits

This commit is contained in:
Glenn Maynard
2007-04-24 16:30:23 +00:00
parent 3ddb737cf2
commit 95fb191fb4
6 changed files with 26 additions and 13 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ public:
void JoinPlayer( PlayerNumber pn );
void UnjoinPlayer( PlayerNumber pn );
bool JoinInput( PlayerNumber pn );
void LoadProfiles();
void LoadProfiles( bool bLoadEdits = true );
void SaveProfiles();
bool HaveProfileToLoad();
bool HaveProfileToSave();