[ scummvm-Bugs-594018 ] Sound off by * 10 in LoomCD/Talkie

noreply at sourceforge.net noreply at sourceforge.net
Mon Aug 12 14:34:29 CEST 2002


Bugs item #594018, was opened at 2002-08-12 14:34
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=594018&group_id=37116

Category: SFX/Talkie
Group: Loom CD/Talkie
Status: Open
Resolution: None
Priority: 5
Submitted By: David Weinehall (weine)
Assigned to: Nobody/Anonymous (nobody)
Summary: Sound off by * 10 in LoomCD/Talkie

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=594018&group_id=37116




More information about the Scummvm-tracker mailing list