fix backwards

This commit is contained in:
Glenn Maynard
2005-10-05 22:14:48 +00:00
parent 56720f74b8
commit 291696fc1f
+1 -1
View File
@@ -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()