fixed down arrow pad light

This commit is contained in:
Mike Calfin
2006-05-28 05:03:49 +00:00
parent 53bb3ad83a
commit ade7f9784b
@@ -27,7 +27,7 @@ int CabinetLightToIndex( CabinetLight cl )
int GameControllerAndGameButtonToIndex( GameController gc, GameButton gb )
{
CLAMP( (int&)gb, 0, 3 );
CLAMP( (int&)gb, 0, 4 );
return NUM_CABINET_LIGHTS + gc*4 + gb;
}