From 319cbc1c8c1341c022dc5379df0cba7aa022588f Mon Sep 17 00:00:00 2001 From: Jamieson Christian Date: Fri, 16 May 2003 00:19:30 +0000 Subject: Reset sounds on room load svn-id: r7558 --- scumm/debugger.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp index 8fbc9975bc..d506f25e0d 100644 --- a/scumm/debugger.cpp +++ b/scumm/debugger.cpp @@ -358,6 +358,7 @@ bool ScummDebugger::Cmd_Room(int argc, const char **argv) { if (argc > 1) { int room = atoi(argv[1]); _s->_actors[_s->VAR(_s->VAR_EGO)].room = room; + _s->_sound->stopAllSounds(); _s->startScene(room, 0, 0); _s->_fullRedraw = 1; return false; -- cgit v1.2.3