This commit is contained in:
Glenn Maynard
2004-01-22 03:27:18 +00:00
parent 984dc752b2
commit 1c268d8453
+1 -1
View File
@@ -75,7 +75,7 @@ ScreenDemonstration::ScreenDemonstration( CString sName ) : ScreenJukebox( sName
this->PostScreenMessage( SM_BeginFadingOut, SECONDS_TO_SHOW );
if( !GAMESTATE->IsTimeToPlayAttractSounds() )
SOUNDMAN->SetPrefs( 0 ); // slient
SOUNDMAN->SetPrefs( 0 ); // silent
}
ScreenDemonstration::~ScreenDemonstration()