test for effect Axy

This commit is contained in:
Andy Sloane 2015-11-14 08:27:17 -08:00
commit 267ecbeffb
3 changed files with 50 additions and 6 deletions

View file

@ -52,6 +52,6 @@ exports.resetXMData = function() {
// reset song position
XMPlayer.cur_songpos = -1;
XMPlayer.cur_pat = -1;
XMPlayer.cur_tick = xm.tempo;
XMPlayer.cur_tick = 64;
return xm;
};