[BeginnerHelper] Made BeginnerHelper run the OnCommand. Also added missing files and fixed metrics.

This commit is contained in:
AJ Kelly
2011-08-07 18:50:57 -05:00
parent 508e53bf02
commit a4c6b21b1e
6 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ bool BeginnerHelper::Init( int iDancePadType )
m_pDancer[pl]->PlayAnimation( "rest" );
m_pDancer[pl]->SetX( HELPER_X+PLAYER_X(pl) );
m_pDancer[pl]->SetY( HELPER_Y+10 );
ActorUtil::LoadAllCommands( m_pDancer[pl], "BeginnerHelper" );
ActorUtil::LoadAllCommandsAndOnCommand( m_pDancer[pl], "BeginnerHelper" );
// many of the models floating around have the vertex order flipped, so force this.
m_pDancer[pl]->SetCullMode( CULL_NONE );
}