how did I miss that!!!!!!!!

This commit is contained in:
tildearrow 2022-01-09 22:17:03 -05:00
parent bcacc763a8
commit 7d336d61f7

View file

@ -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) {