play Init command on wheel items
This commit is contained in:
@@ -58,6 +58,7 @@ void WheelBase::Load( RString sType )
|
||||
|
||||
WheelItemBase *pTempl = MakeItem();
|
||||
ActorUtil::LoadAllCommands( *pTempl, m_sName );
|
||||
pTempl->PlayCommand( "Init" );
|
||||
for( int i=0; i<NUM_WHEEL_ITEMS; i++ )
|
||||
{
|
||||
WheelItemBase *pItem = pTempl->Copy();
|
||||
|
||||
Reference in New Issue
Block a user