vmap: Change starting-id for switchable lights at 12.
This commit is contained in:
parent
f63e9baab4
commit
41278035f0
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue