add copy and clear machine edits

This commit is contained in:
Chris Danford
2005-04-28 06:17:17 +00:00
parent d483f208f9
commit 16971da0b3
6 changed files with 147 additions and 8 deletions
+1
View File
@@ -369,6 +369,7 @@ void ProfileManager::LoadMachineProfile()
// If the machine name has changed, make sure we use the new name
m_MachineProfile.m_sDisplayName = PREFSMAN->m_sMachineName;
SONGMAN->FreeAllLoadedFromProfile( PROFILE_SLOT_MACHINE );
SONGMAN->LoadAllFromProfileDir( MACHINE_PROFILE_DIR, PROFILE_SLOT_MACHINE );
}