set all lights modes in metrics (except for a couple programmatic ones

for now)
This commit is contained in:
Glenn Maynard
2007-06-14 13:38:26 +00:00
parent d1f0b1719e
commit 7f08da77f1
8 changed files with 1 additions and 26 deletions
-5
View File
@@ -365,11 +365,6 @@ void ScreenGameplay::Init()
if( !GAMESTATE->m_bDemonstrationOrJukebox )
MEMCARDMAN->PauseMountingThread();
if( GAMESTATE->m_bDemonstrationOrJukebox )
LIGHTSMAN->SetLightsMode( LIGHTSMODE_DEMONSTRATION );
else
LIGHTSMAN->SetLightsMode( LIGHTSMODE_GAMEPLAY );
m_pSoundMusic = NULL;
m_bPaused = false;