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:
AJ Kelly
2010-01-28 16:52:08 -06:00
parent af956dd4e7
commit 048c064760
6 changed files with 18 additions and 27 deletions
+9 -1
View File
@@ -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" );