how did I miss that!!!!!!!!
This commit is contained in:
parent
bcacc763a8
commit
7d336d61f7
|
@ -2606,7 +2606,7 @@ void DivEngine::delSample(int index) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivEngine::addOrder(bool duplicate, bool where) {
|
void DivEngine::addOrder(bool duplicate, bool where) {
|
||||||
unsigned char order[32];
|
unsigned char order[DIV_MAX_CHANS];
|
||||||
if (song.ordersLen>=0x7e) return;
|
if (song.ordersLen>=0x7e) return;
|
||||||
isBusy.lock();
|
isBusy.lock();
|
||||||
if (duplicate) {
|
if (duplicate) {
|
||||||
|
|
Loading…
Reference in a new issue