Invalidate trail caches for edit courses on unlocks.
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user