You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Songs should loop at whatever offset is defined in the song file.
Actual Behavior
When a song has defined a loop offset that isn't the same as the beginning of the song, there is a leak where MU_DataLeft in mu_man.c doesn't account for the bytes that are skipped by the offset.
Steps to Reproduce the Problem
This is a theoretical bug, because all of the songs included in GOTRES.DAT all loop at the start of the song.
Specifications
Version:
Platform:
Subsystem:
The text was updated successfully, but these errors were encountered:
Expected Behavior
Songs should loop at whatever offset is defined in the song file.
Actual Behavior
When a song has defined a loop offset that isn't the same as the beginning of the song, there is a leak where
MU_DataLeft
inmu_man.c
doesn't account for the bytes that are skipped by the offset.Steps to Reproduce the Problem
This is a theoretical bug, because all of the songs included in
GOTRES.DAT
all loop at the start of the song.Specifications
The text was updated successfully, but these errors were encountered: