From 3ecc16c9aec6be1853e255f23c610a2dcaaa34d3 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 4 Oct 2011 12:16:59 -0400 Subject: PEGASUS: Fix playSpotSoundSync playSoundSegment call --- engines/pegasus/neighborhood/neighborhood.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/pegasus') diff --git a/engines/pegasus/neighborhood/neighborhood.cpp b/engines/pegasus/neighborhood/neighborhood.cpp index 5076cf5b2c..ed64b3efd7 100644 --- a/engines/pegasus/neighborhood/neighborhood.cpp +++ b/engines/pegasus/neighborhood/neighborhood.cpp @@ -462,7 +462,7 @@ void Neighborhood::playSpotSoundSync(const TimeValue in, const TimeValue out) { } _spotSounds.stopSound(); - _spotSounds.playSoundSegment(in * 1000 / 600, out * 1000 / 600); + _spotSounds.playSoundSegment(in, out); while (_spotSounds.isPlaying()) { _vm->refreshDisplay(); -- cgit v1.2.3