test for effect Axy
This commit is contained in:
parent
570aa33a20
commit
267ecbeffb
3 changed files with 50 additions and 6 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue