aboutsummaryrefslogtreecommitdiff
path: root/saga/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/scene.cpp')
-rw-r--r--saga/scene.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp
index 1033d5c80b..056d10705f 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -934,9 +934,9 @@ int Scene::endScene() {
_sceneProc(SCENE_END, &scene_info, this);
-/* if (_desc.scriptModuleNumber > 0) {
- _vm->_script->freeScript();
- }*/
+ //
+ _vm->_script->abortAllThreads();
+ _vm->_script->_skipSpeeches = false;
// Free scene background
if (_bg.loaded) {