shithub: dumb

Download patch

ref: 5ed5f066c577686891b9c739d12283a8f4f0aba7
parent: 62d2f05b3a059985d869be2e79ffe35cc88b4bc8
author: Christopher Snowhill <kode54@gmail.com>
date: Tue Jan 2 09:04:39 EST 2018

Add extra comment, thanks to Saga_Musix.

--- a/src/it/readam.c
+++ b/src/it/readam.c
@@ -383,7 +383,7 @@
             sigdata->speed = dumbfile_getc(f);
             sigdata->tempo = dumbfile_getc(f);
 
-            dumbfile_skip(f, 4);
+            dumbfile_skip(f, 4); // min period, max period, 16x amiga periods, often invalid
 
             sigdata->global_volume = dumbfile_getc(f);