fix blinker
This commit is contained in:
parent
f45fd4ae7e
commit
682dca2bb1
@ -53,7 +53,7 @@ bool BLINKER_processEvent(Event* ev) {
|
|||||||
|
|
||||||
case STBL_ON:
|
case STBL_ON:
|
||||||
if (me->nBlinkIsOn) {
|
if (me->nBlinkIsOn) {
|
||||||
me->remainBlinks--;
|
me->remainBlinks = (me->remainBlinks) - 1;
|
||||||
}
|
}
|
||||||
if (evid == evBLtimer) {
|
if (evid == evBLtimer) {
|
||||||
me->state = STBL_OFF;
|
me->state = STBL_OFF;
|
||||||
|
Reference in New Issue
Block a user