remove param

This commit is contained in:
Glenn Maynard
2006-08-16 18:23:56 +00:00
parent ba92d2cb49
commit 11372f28bf
7 changed files with 8 additions and 21 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ void ScreenMapControllers::Init()
m_LineScroller.SetName( "LineScroller" );
ActorUtil::LoadAllCommands( m_LineScroller, m_sName );
m_LineScroller.Load2( (float) m_LineScroller.GetNumChildren()*2, false );
m_LineScroller.Load2( (float) m_LineScroller.GetNumChildren()*2 );
this->AddChild( &m_LineScroller );
}