fix backwards

This commit is contained in:
Glenn Maynard
2005-10-04 07:39:03 +00:00
parent 643da8e2ce
commit c9a12177d8
+1 -1
View File
@@ -27,7 +27,7 @@ ScreenAttract::ScreenAttract( CString sName, bool bResetGameState ) : ScreenWith
GAMESTATE->Reset();
GAMESTATE->VisitAttractScreen( sName );
SOUNDMAN->SetPlayOnlyCriticalSounds( GAMESTATE->IsTimeToPlayAttractSounds() ); // mute attract sounds
SOUNDMAN->SetPlayOnlyCriticalSounds( !GAMESTATE->IsTimeToPlayAttractSounds() ); // mute attract sounds
}