basic lights support
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "Course.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "MenuTimer.h"
|
||||
#include "LightsManager.h"
|
||||
|
||||
|
||||
const int NUM_SCORE_DIGITS = 9;
|
||||
@@ -78,6 +79,8 @@ ScreenSelectMusic::ScreenSelectMusic( CString sClassName ) : Screen( sClassName
|
||||
{
|
||||
LOG->Trace( "ScreenSelectMusic::ScreenSelectMusic()" );
|
||||
|
||||
LIGHTSMAN->SetLightMode( LIGHTMODE_MENU );
|
||||
|
||||
m_bInCourseDisplayMode = GAMESTATE->IsCourseMode();
|
||||
|
||||
/* Cache: */
|
||||
|
||||
Reference in New Issue
Block a user