From 52df3e15f83d503d42b9b19958009c4d7f9feca8 Mon Sep 17 00:00:00 2001 From: whiterandrek Date: Fri, 11 May 2018 17:45:57 +0300 Subject: PINK: removed unnecessary method call --- engines/pink/objects/actions/action_sound.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines') diff --git a/engines/pink/objects/actions/action_sound.cpp b/engines/pink/objects/actions/action_sound.cpp index f4acb50b1f..af14fce0c5 100644 --- a/engines/pink/objects/actions/action_sound.cpp +++ b/engines/pink/objects/actions/action_sound.cpp @@ -76,8 +76,6 @@ void ActionSound::end() { Director *director = _actor->getPage()->getGame()->getDirector(); director->removeSound(this); - _sound->stop(); - delete _sound; _sound = nullptr; } -- cgit v1.2.3