aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 0a5587f433..38726f9f09 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1963,7 +1963,7 @@ void ScummEngine::startScene(int room, Actor *a, int objectNr) {
CHECK_HEAP;
debugC(DEBUG_GENERAL, "Loading room %d", room);
- clearMsgQueue();
+ stopTalk();
fadeOut(_switchRoomEffect2);
_newEffect = _switchRoomEffect;