This commit is contained in:
Glenn Maynard
2005-01-03 22:44:19 +00:00
parent 4b7ce342f5
commit 8cba265a01
9 changed files with 21 additions and 7 deletions
+2 -1
View File
@@ -39,11 +39,12 @@ const ScreenMessage SM_GoToScreenAfterBack = ScreenMessage(SM_User+23);
REGISTER_SCREEN_CLASS( ScreenGameplayMultiplayer );
ScreenGameplayMultiplayer::ScreenGameplayMultiplayer( CString sName, bool bDemonstration ) : Screen(sName)
{
Init(); // work around horrible gcc bug 3187
}
void ScreenGameplayMultiplayer::Init()
{
Screen::Init();
m_pSoundMusic = NULL;
/* We do this ourself. */