show lights mode in LightsDriver_SystemMessage

This commit is contained in:
Chris Danford
2004-03-30 04:44:09 +00:00
parent 2aad42ab9b
commit 72c26f501a
4 changed files with 27 additions and 12 deletions
+1 -5
View File
@@ -101,7 +101,7 @@ void ScreenGameplay::Init()
if( m_bDemonstration )
LIGHTSMAN->SetLightsMode( LIGHTSMODE_DEMONSTRATION );
else
LIGHTSMAN->SetLightsMode( LIGHTSMODE_GAMEPLAY_READY );
LIGHTSMAN->SetLightsMode( LIGHTSMODE_GAMEPLAY );
m_soundMusic = NULL;
@@ -1392,10 +1392,6 @@ void ScreenGameplay::Update( float fDeltaTime )
if( s_fSecsLeftOnUpperLights < 0 )
s_fSecsLeftOnUpperLights = 0;
}
if( s_fSecsLeftOnUpperLights>0 )
LIGHTSMAN->SetLightsMode( LIGHTSMODE_GAMEPLAY_READY );
else
LIGHTSMAN->SetLightsMode( LIGHTSMODE_GAMEPLAY_GO );
//
// update song position meter