odn't special case Transitions; send them an OnCommand from

BeginScreen, just like everything else
This commit is contained in:
Glenn Maynard
2007-02-26 03:13:54 +00:00
parent 67cfe0f4ad
commit 08b5a9f697
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -178,6 +178,9 @@ void ScreenWithMenuElements::TweenOnScreen()
ON_COMMAND( m_textHelp );
m_sprUnderlay->PlayCommand("On");
m_sprOverlay->PlayCommand("On");;
m_In.PlayCommand("On");;
m_Out.PlayCommand("On");;
m_Cancel.PlayCommand("On");;
}
ScreenWithMenuElements::~ScreenWithMenuElements()