ソースを参照
Merge pull request #856 from wbrbr/master
Fix jar_xm_reset
pull/858/head
Ray
6年前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
-
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 = mi">1; |
|
|
|
ctx->current_table_index = n">ctx->module.restart_position; |
|
|
|
ctx->current_tick = 0; |
|
|
|
} |
|
|
|
|
|
|
|