play Init command on wheel items

This commit is contained in:
Chris Danford
2007-02-13 03:44:10 +00:00
parent 0efd475ee0
commit 99765bfb0a
+1
View File
@@ -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();