From caa1f456439a3d8769a7d05c5edbf7aa824f3e9a Mon Sep 17 00:00:00 2001 From: illegalinstruction <36453305+illegalinstruction@users.noreply.github.com> Date: Sat, 21 Dec 2019 04:02:54 -0800 Subject: Forcibly ensure .xm playback starts in the right place; fixes #1043. (#1045) --- src/external/jar_xm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/external') diff --git a/src/external/jar_xm.h b/src/external/jar_xm.h index de6ad410..81261198 100644 --- a/src/external/jar_xm.h +++ b/src/external/jar_xm.h @@ -2670,7 +2670,7 @@ void jar_xm_reset(jar_xm_context_t* ctx) jar_xm_cut_note(&ctx->channels[i]); } ctx->current_row = 0; - ctx->current_table_index = ctx->module.restart_position; + ctx->current_table_index = 0; ctx->current_tick = 0; } -- cgit v1.2.3