From c53f5008fcdd1cb6cdf3511afdd5ef0e1990ce83 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 9 Jan 2011 17:26:28 -0600 Subject: [PATCH] fix duplicate command running --- src/RoomWheel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/RoomWheel.cpp b/src/RoomWheel.cpp index 68a9e6001f..c142efb61b 100644 --- a/src/RoomWheel.cpp +++ b/src/RoomWheel.cpp @@ -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 );