ScreenMessaged' some stuff, and now shows "Initilizing Network" when attempting to connect to server on start.

This commit is contained in:
Charles Lohr
2004-08-18 01:02:06 +00:00
parent c547fa8ebd
commit 0decd5c7eb
5 changed files with 44 additions and 16 deletions
+4
View File
@@ -48,6 +48,7 @@ const int NUM_SCORE_DIGITS = 9;
#define CODES THEME->GetMetric (m_sName,"Codes")
static const ScreenMessage SM_AllowOptionsMenuRepeat = ScreenMessage(SM_User+1);
const ScreenMessage SM_NET_SelectSong = ScreenMessage(SM_User+2);
CString g_sFallbackCDTitlePath;
ScreenSelectMusic::ScreenSelectMusic( CString sClassName ) : ScreenWithMenuElements( sClassName )
@@ -1021,6 +1022,9 @@ void ScreenSelectMusic::HandleScreenMessage( const ScreenMessage SM )
case SM_LoseFocus:
CodeDetector::RefreshCacheItems(); /* reset for other screens */
break;
case SM_NET_SelectSong:
//Code will be added shortly
break;
}
Screen::HandleScreenMessage( SM );