show number of unlocks on title screen (easier benchmarking purposes, mainly)

This commit is contained in:
Andrew Wong
2003-07-25 00:03:05 +00:00
parent 49bb0233c6
commit cd0af65a88
3 changed files with 10 additions and 1 deletions
+5
View File
@@ -497,3 +497,8 @@ float UnlockSystem::UnlockToasty()
return ToastyPoints;
}
int UnlockSystem::GetNumUnlocks() const
{
return m_SongEntries.size();
}