do some combo stuff in lua

This commit is contained in:
Glenn Maynard
2007-03-01 23:40:52 +00:00
parent cce5062725
commit c5a322a6a8
7 changed files with 84 additions and 131 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ void Player::Init(
if( m_pCombo )
{
m_pCombo->SetName( "Combo" );
m_pCombo->Load( m_pPlayerState, m_pPlayerStageStats );
m_pCombo->Load( THEME->GetPathG(sType,"combo"), m_pPlayerState, m_pPlayerStageStats );
ActorUtil::LoadAllCommandsAndOnCommand( m_pCombo, sType );
}