simplify Load3. (Most scrollers use one subdivision.)

This commit is contained in:
Glenn Maynard
2005-12-07 04:22:47 +00:00
parent 5cb8148d30
commit c5766b32aa
4 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -131,9 +131,9 @@ void ScreenSelectMaster::Init()
m_Scroller[*p].Load3(
SCROLLER_NUM_ITEMS_TO_DRAW,
SCROLLER_TRANSFORM,
SCROLLER_SUBDIVISIONS,
LOOP_SCROLLER );
m_Scroller[*p].SetSecondsPerItem( SCROLLER_SECONDS_PER_ITEM );
m_Scroller[*p].SetNumSubdivisions( SCROLLER_SUBDIVISIONS );
m_Scroller[*p].SetName( "Scroller"+PLAYER_APPEND_NO_SPACE(*p) );
this->AddChild( &m_Scroller[*p] );
}