simplify ActorScroller::Load2

This commit is contained in:
Glenn Maynard
2005-12-07 03:50:11 +00:00
parent 7c65f28e44
commit 24dd9f52a5
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -78,10 +78,10 @@ void CourseContentsList::SetFromGameState()
bool bLoop = pMasterTrail->m_vEntries.size() > uNumEntriesToShow;
this->Load2(
0.7f,
(float)MAX_VISIBLE_ITEMS,
m_vpDisplay[0]->GetUnzoomedHeight(),
bLoop );
this->SetSecondsPerItem( 0.7f );
this->EnableMask( m_vpDisplay[0]->GetUnzoomedWidth(), m_vpDisplay[0]->GetUnzoomedHeight() );
this->SetSecondsPauseBetweenItems( 0.7f );
this->ScrollThroughAllItems();