#8007 closed patch (wontfix)
Sound off by * 10 in LoomCD/Talkie
| Reported by: | SF/weine | Owned by: | fingolfin |
|---|---|---|---|
| Priority: | normal | Component: | Engine: SCUMM |
| Version: | Keywords: | ||
| Cc: | Game: | Loom |
Description
In script_v1.cpp this line:
offset = (int)((x & 0xffff) * 7.5 - 22650);
should be changed to
offset = (int)((x & 0xffff) * 7.5 - 2265);
for the music/effects/talk to be properly sync'ed. With this change the audio works properly for me.
Ticket imported from: #594018. Ticket imported from: patches/112.
Change History (5)
comment:1 by , 24 years ago
| Component: | Engine: SCUMM |
|---|---|
| Game: | Loom |
comment:2 by , 24 years ago
comment:3 by , 24 years ago
| Owner: | set to |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
comment:5 by , 8 years ago
| Component: | → Engine: SCUMM |
|---|---|
| Game: | → Loom |
Note:
See TracTickets
for help on using tickets.

This made the audio completely incorrect for me, with both CD audio and MP3 track.
CCCP