This line is incorrect; hUGE_init is for initializing to a song descriptor, but 0 isn't one. Up until now, I believe this went unnoticed since hUGE_init doesn't do any unbounded looping, but when I added song decompression to a fork of hUGEDriver, this broke.
This line is incorrect;
hUGE_init
is for initializing to a song descriptor, but0
isn't one. Up until now, I believe this went unnoticed sincehUGE_init
doesn't do any unbounded looping, but when I added song decompression to a fork of hUGEDriver, this broke.Here's a patch which fixes things up :)