fix duplicate command running

This commit is contained in:
AJ Kelly
2011-01-09 17:26:28 -06:00
parent 000a5ba452
commit c53f5008fc
-1
View File
@@ -77,7 +77,6 @@ void RoomWheelItem::Load( RString sType )
this->AddChild( &m_text );
m_Desc.SetName( "Description" );
ActorUtil::LoadAllCommands( m_Desc, "RoomWheelItem" );
m_Desc.LoadFromFont( THEME->GetPathF("RoomWheel","text") );
LOAD_ALL_COMMANDS_AND_SET_XY( m_Desc );
this->AddChild( &m_Desc );