mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-02 00:07:59 +00:00
PETKA: properly stop sequence if it's not stopped by opcode
This commit is contained in:
parent
06abfbf7c3
commit
6f3e877df1
@ -39,11 +39,7 @@ InterfaceSequence::InterfaceSequence() {
|
||||
}
|
||||
|
||||
void InterfaceSequence::start(int id) {
|
||||
removeTexts();
|
||||
for (uint i = 0; i < _objs.size(); ++i) {
|
||||
QMessageObject *obj = (QMessageObject *)_objs[i];
|
||||
obj->removeSound();
|
||||
}
|
||||
stop();
|
||||
|
||||
g_system->getMixer()->pauseAll(true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user