add option for silent attract

This commit is contained in:
Chris Danford
2003-10-12 19:45:28 +00:00
parent 575c4a0be1
commit b3d25996d8
5 changed files with 13 additions and 3 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ ScreenAttract::ScreenAttract( CString sClassName ) : Screen( sClassName )
m_soundStart.Load( THEME->GetPathToS("Common start") );
SOUND->PlayMusic( THEME->GetPathToS(m_sName + " music") );
if( PREFSMAN->m_bAttractSound )
SOUND->PlayMusic( THEME->GetPathToS(m_sName + " music") );
GAMESTATE->m_bPlayersCanJoin = true;