From: Rémi Bernon rbernon@codeweavers.com
--- dlls/dmsynth/synthsink.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/dmsynth/synthsink.c b/dlls/dmsynth/synthsink.c index 6c4f1ebecb6..11edb23db78 100644 --- a/dlls/dmsynth/synthsink.c +++ b/dlls/dmsynth/synthsink.c @@ -122,8 +122,6 @@ static HRESULT WINAPI synth_sink_SetMasterClock(IDirectMusicSynthSink *iface,
if (!clock) return E_POINTER; - if (This->active) - return E_FAIL;
if (This->master_clock) IReferenceClock_Release(This->master_clock); IReferenceClock_AddRef(clock);