#234 closed defect (fixed)
Loom CD Audio won't play with MAD on
Reported by: | SF/cccp_99 | Owned by: | SF/ender |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Loom |
Description
If ScummVM is compiled with MP3 support using the MAD library, CD audio in Loom won't play. However, when it's compiled without MAD, it plays fine. I've just tested it with the latest source (build 20020507). This bug appeared sometime in the last month, because Loom CD audio was working fine with the April 7th build.
CCCP
Ticket imported from: #553570. Ticket imported from: bugs/234.
Attachments (1)
Change History (5)
by , 23 years ago
Attachment: | script_v1.cpp added |
---|
comment:1 by , 23 years ago
Component: | → Engine: SCUMM |
---|---|
Game: | → Loom |
comment:2 by , 23 years ago
I've found the problem, and fixed it. Loom's Audio was playing ONLY if COMPRESSED_SOUND_FILE was not defined, but it should have played if the MP3 track was not found. See the fixed attached file, lines 2716-2718
CCCP
comment:3 by , 23 years ago
Thanks, change has been commited.
Um, in the future, ATTACH DIFFS. Attaching the whole script file for a two line change is very very annoying :)
comment:4 by , 23 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed Loom CD Audio not playing when MP3 audio is enabled.