show number of unlocks on title screen (easier benchmarking purposes, mainly)
This commit is contained in:
@@ -497,3 +497,8 @@ float UnlockSystem::UnlockToasty()
|
||||
|
||||
return ToastyPoints;
|
||||
}
|
||||
|
||||
int UnlockSystem::GetNumUnlocks() const
|
||||
{
|
||||
return m_SongEntries.size();
|
||||
}
|
||||
Reference in New Issue
Block a user