Add vyhd's changes to OptionsList from SM4SVN
Fix icons for compile with Visual Studio 2003 and 2005 Added ScoreKeeperShared to vs.net2003 project, added ffmpeg libs (modern; todo: add modern libs to repo)
This commit is contained in:
+9
-1
@@ -254,9 +254,13 @@ void OptionsList::Reset()
|
||||
}
|
||||
|
||||
void OptionsList::Open()
|
||||
{
|
||||
{
|
||||
this->PlayCommand( "Reset" );
|
||||
|
||||
Message msg("OptionsListOpened");
|
||||
msg.SetParam( "Player", m_pn );
|
||||
MESSAGEMAN->Broadcast( msg );
|
||||
|
||||
/* Push the initial menu. */
|
||||
ASSERT( m_asMenuStack.size() == 0 );
|
||||
Push( TOP_MENU );
|
||||
@@ -268,6 +272,10 @@ void OptionsList::Open()
|
||||
|
||||
void OptionsList::Close()
|
||||
{
|
||||
Message msg("OptionsListClosed");
|
||||
msg.SetParam( "Player", m_pn );
|
||||
MESSAGEMAN->Broadcast( msg );
|
||||
|
||||
m_bStartIsDown = false;
|
||||
m_asMenuStack.clear();
|
||||
this->PlayCommand( "TweenOff" );
|
||||
|
||||
Reference in New Issue
Block a user