audio.c: use xm_repeat on play reenty

This commit is contained in:
veclav talica 2024-07-08 23:46:47 +03:00
parent 5738870147
commit 98467831d1

View File

@ -154,8 +154,7 @@ static void repeat_audio(struct audio_channel *channel) {
} }
case audio_file_type_xm: { case audio_file_type_xm: {
/* TODO: test */ xm_restart(channel->context.xm.handle);
xm_seek(channel->context.xm.handle, 0, 0, 0);
break; break;
} }