#1416 closed defect (fixed)
FOTAQ: Missing music in Gorilla and Missionary scene
Reported by: | joostp | Owned by: | joostp |
---|---|---|---|
Priority: | normal | Component: | Engine: Queen |
Version: | Keywords: | ||
Cc: | Game: | Flight of the Amazon Queen |
Description
This applies to all versions. No music is played for the Gorilla and Missionary scenes because the initial song (51/52) in the tunelist points to invalid music data.
Ticket imported from: #884737. Ticket imported from: bugs/1416.
Change History (2)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Works in CVS now.
The 'invalid' songs turned out to be 'compressed' in a silly way. (256 * 16-bit word header that is indexed by the data that follows, plus a single header byte that is used to determine the starting position in the output buffer - maybe it has a another, deeper meaning?).
thanks for helping out cyx!