Opened 22 years ago

Closed 22 years ago

Last modified 5 years ago

#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 fingolfin, 22 years ago

Component: Engine: SCUMM
Game: Loom

comment:2 by SF/cccp_99, 22 years ago

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

CCCP

comment:3 by fingolfin, 22 years ago

Owner: set to fingolfin
Resolution: wontfix
Status: newclosed

comment:4 by fingolfin, 22 years ago

Several people confirmed that this indeed doesn't work correctly.

comment:5 by digitall, 5 years ago

Component: Engine: SCUMM
Game: Loom
Note: See TracTickets for help on using tickets.