diff options
| -rw-r--r-- | engines/pegasus/neighborhood/neighborhood.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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(); | 
