clean up Course cache logic

This commit is contained in:
Chris Danford
2004-07-24 06:40:51 +00:00
parent 512d5d1b3f
commit b028934429
13 changed files with 109 additions and 31 deletions
+2 -1
View File
@@ -184,8 +184,9 @@ XNode* StepsID::CreateNode() const
}
void StepsID::FlushCache()
void StepsID::Invalidate( Song *pStaleSong )
{
// FIXME: Only flush entries with the stale song
g_StepsIDCache.clear();
}