Invalidate trail caches for edit courses on unlocks.

This commit is contained in:
Steve Checkoway
2006-06-12 10:49:44 +00:00
parent 2ea4cb1ead
commit 47e7ba3657
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -593,6 +593,7 @@ void UnlockManager::UnlockEntryID( RString sEntryID )
PROFILEMAN->GetProfile(pn)->m_UnlockedEntryIDs.insert( sEntryID );
PROFILEMAN->GetMachineProfile()->m_UnlockedEntryIDs.insert( sEntryID );
SONGMAN->InvalidateCachedTrails();
}
void UnlockManager::UnlockEntryIndex( int iEntryIndex )