1
0
Fork 0

can't hurt to initialized light.endstate (state after number of sequences)

This commit is contained in:
mfranz 2007-04-06 21:53:46 +00:00
parent 5471f0cd5b
commit 47f5e58005

View file

@ -206,6 +206,7 @@ light = {
m.continuous = 0;
m.lastswitch = 0;
m.seqcount = -1;
m.endstate = 0;
m.count = nil;
m.switchL = setlistener(m.switchN, func { m._switch_() }, 1);
return m;