aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_scene.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-08-19 08:21:53 -0400
committerPaul Gilbert2015-08-19 08:21:53 -0400
commitbc839e4c3f7361120790bbaf42af8a0528c9281a (patch)
treec31d0a1b7ce7603773837bfb795a970827452e78 /engines/sherlock/tattoo/tattoo_scene.cpp
parentd4e5e447925d251afca20afec0e090b210740c82 (diff)
downloadscummvm-rg350-bc839e4c3f7361120790bbaf42af8a0528c9281a.tar.gz
scummvm-rg350-bc839e4c3f7361120790bbaf42af8a0528c9281a.tar.bz2
scummvm-rg350-bc839e4c3f7361120790bbaf42af8a0528c9281a.zip
SHERLOCK: RT: Clear sequence stack when changing scenes
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_scene.cpp')
-rw-r--r--engines/sherlock/tattoo/tattoo_scene.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/sherlock/tattoo/tattoo_scene.cpp b/engines/sherlock/tattoo/tattoo_scene.cpp
index e94e10caf0..03c80d7f96 100644
--- a/engines/sherlock/tattoo/tattoo_scene.cpp
+++ b/engines/sherlock/tattoo/tattoo_scene.cpp
@@ -301,9 +301,6 @@ void TattooScene::freeScene() {
delete ui._mask;
delete ui._mask1;
ui._mask = ui._mask1 = nullptr;
-
- // Ensure that there wasn't anything left on the talk stack, since their _obj pointers will no longer be valid
- assert(talk.isSequencesEmpty());
}
void TattooScene::doBgAnimCheckCursor() {