CabinetLight_Invalid

This commit is contained in:
Glenn Maynard
2006-09-26 21:23:30 +00:00
parent dfd95fd730
commit 3311f1992c
7 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ void ScreenTestLights::Update( float fDeltaTime )
break;
}
if( cl == LIGHT_INVALID )
if( cl == CabinetLight_Invalid )
s += CABINET_LIGHT.GetValue()+": -----\n";
else
s += ssprintf( CABINET_LIGHT.GetValue()+": %d %s\n", cl, CabinetLightToString(cl).c_str() );