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
@@ -28,6 +28,8 @@ void LightsDriver_SystemMessage::Set( const LightsState *ls )
{
CString s;
s += LightsModeToString(LIGHTSMAN->GetLightsMode()) + "\n";
s += "Cabinet: ";
FOREACH_CabinetLight( cl )
{