diff --git a/stepmania/src/ScreenDemonstration.cpp b/stepmania/src/ScreenDemonstration.cpp index da99ee2a62..bb1ec9d99f 100644 --- a/stepmania/src/ScreenDemonstration.cpp +++ b/stepmania/src/ScreenDemonstration.cpp @@ -20,7 +20,7 @@ ScreenDemonstration::ScreenDemonstration( CString sName ) : ScreenJukebox( sName { LOG->Trace( "ScreenDemonstration::ScreenDemonstration()" ); m_bDemonstration = true; - SOUNDMAN->SetPlayOnlyCriticalSounds( GAMESTATE->IsTimeToPlayAttractSounds() ); // mute attract sounds + SOUNDMAN->SetPlayOnlyCriticalSounds( !GAMESTATE->IsTimeToPlayAttractSounds() ); // mute attract sounds } void ScreenDemonstration::Init()