load all commands for screens
This commit is contained in:
@@ -39,7 +39,9 @@ void Screen::Init()
|
|||||||
{
|
{
|
||||||
m_smSendOnPop = SM_None;
|
m_smSendOnPop = SM_None;
|
||||||
|
|
||||||
this->RunCommands( THEME->GetMetricA(m_sName, "ScreenInitCommand") );
|
ActorUtil::LoadAllCommandsFromName( *this, m_sName, "Screen" );
|
||||||
|
|
||||||
|
this->PlayCommand( "Init" );
|
||||||
|
|
||||||
vector<CString> asList;
|
vector<CString> asList;
|
||||||
split( PREPARE_SCREENS, ",", asList );
|
split( PREPARE_SCREENS, ",", asList );
|
||||||
|
|||||||
Reference in New Issue
Block a user