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
-4
View File
@@ -7,7 +7,6 @@
#include "GameState.h"
#include "ThemeManager.h"
#include "GameCommand.h"
#include "LightsManager.h"
#include "InputEventPlus.h"
#define CHOICE_NAMES THEME->GetMetric (m_sName,"ChoiceNames")
@@ -64,9 +63,6 @@ void ScreenSelect::BeginScreen()
m_timerIdleComment.GetDeltaTime();
m_timerIdleTimeout.GetDeltaTime();
// derived classes can override if they want
LIGHTSMAN->SetLightsMode( LIGHTSMODE_MENU );
}