phase out param

This commit is contained in:
Glenn Maynard
2006-08-16 18:31:00 +00:00
parent 2877e7ef0f
commit 47a62d7db6
7 changed files with 16 additions and 8 deletions
+2 -1
View File
@@ -73,7 +73,8 @@ void CourseContentsList::SetFromGameState()
bool bLoop = pMasterTrail->m_vEntries.size() > uNumEntriesToShow;
this->SetLoop( bLoop );
this->Load2( (float)MAX_VISIBLE_ITEMS );
this->SetNumItemsToDraw( (float)MAX_VISIBLE_ITEMS );
this->Load2();
this->SetTransformFromHeight( m_vpDisplay[0]->GetUnzoomedHeight() );
this->SetSecondsPerItem( 0.7f );
this->EnableMask( m_vpDisplay[0]->GetUnzoomedWidth(), m_vpDisplay[0]->GetUnzoomedHeight() );