load commands

This commit is contained in:
Glenn Maynard
2007-05-04 04:52:31 +00:00
parent 0f97236cb0
commit 695b465c58
+1
View File
@@ -89,6 +89,7 @@ void ScreenSelectMaster::Init()
sElement.Replace( " ", "" );
m_sprCursor[*p]->SetName( sElement );
this->AddChild( m_sprCursor[*p] );
LOAD_ALL_COMMANDS( m_sprCursor[*p] );
}
}