add unlockable steps

This commit is contained in:
Chris Danford
2005-04-24 19:41:52 +00:00
parent 086ee3f376
commit ad5c70f7df
4 changed files with 123 additions and 92 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ void ScreenReloadSongs::Update( float fDeltaTime )
ASSERT( !IsFirstUpdate() );
SONGMAN->Reload( m_LoadingWindow );
UNLOCKMAN->UpdateSongs();
UNLOCKMAN->UpdateCachedPointers();
SCREENMAN->SetNewScreen( NEXT_SCREEN );
}