aboutsummaryrefslogtreecommitdiff
path: root/saga/events.cpp
diff options
context:
space:
mode:
authorAndrew Kurushin2005-03-18 17:11:37 +0000
committerAndrew Kurushin2005-03-18 17:11:37 +0000
commit3025db0d07c9bfa9f8cda8ff49847287230f166d (patch)
treebc9d21940950460dce0f3bfaf35c311fd3c30430 /saga/events.cpp
parentb4ed62e1ad7ed6f3d4d68b8e34a9263229d14dad (diff)
downloadscummvm-rg350-3025db0d07c9bfa9f8cda8ff49847287230f166d.tar.gz
scummvm-rg350-3025db0d07c9bfa9f8cda8ff49847287230f166d.tar.bz2
scummvm-rg350-3025db0d07c9bfa9f8cda8ff49847287230f166d.zip
- changescene on fair for tents
- some memory deallocation fixup todo: fix follower stuckiness in tents svn-id: r17180
Diffstat (limited to 'saga/events.cpp')
-rw-r--r--saga/events.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/saga/events.cpp b/saga/events.cpp
index 6b40aad606..1483bbc3a1 100644
--- a/saga/events.cpp
+++ b/saga/events.cpp
@@ -408,8 +408,6 @@ int Events::handleOneShot(EVENT *event) {
sthread->_threadVars[kThreadVarWithObject] = TO_LE_16(event->param5);
sthread->_threadVars[kThreadVarActor] = TO_LE_16(event->param6);
-// _vm->_script->executeThread(sthread, event->param);
-
if (event->op == EVENT_EXEC_BLOCKING)
_vm->_script->completeThread();