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 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:
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_DataLeftinmu_man.cdoesn'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.DATall loop at the start of the song.Specifications