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
@@ -150,7 +150,8 @@ void ScreenMapControllers::Init()
m_LineScroller.SetName( "LineScroller" );
ActorUtil::LoadAllCommands( m_LineScroller, m_sName );
m_LineScroller.Load2( (float) m_LineScroller.GetNumChildren()*2 );
m_LineScroller.SetNumItemsToDraw( (float) m_LineScroller.GetNumChildren()*2 );
m_LineScroller.Load2();
this->AddChild( &m_LineScroller );
}