vmap: Change starting-id for switchable lights at 12.

This commit is contained in:
Marco Cawthorne 2020-12-09 16:46:05 +01:00
parent f63e9baab4
commit 41278035f0
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ void SetLightStyles( void ){
}
/* set explicit style */
sprintf( value, "%d", 32 + j );
sprintf( value, "%d", 12 + j );
SetKeyValue( e, "style", value );
/* set old style */