This commit is contained in:
fincs 2015-11-07 12:46:24 +01:00
parent 24a84a874f
commit 3aa4bdf6e9

View File

@ -394,7 +394,7 @@ void ndspiReadChnState(void)
}
LightLock_Unlock(&chn->lock);
}
chn->playing = (st->flags & 0xFF) ? true : false;
}
chn->playing = (st->flags & 0xFF) ? true : false;
}
}