aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/thread.cpp
diff options
context:
space:
mode:
authorjohndoe1232014-04-02 10:53:40 +0200
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit8d7d6599b9bc29152cbccbcec6b2e25b66272715 (patch)
treef8c0edc525b3429911463405bac7cc7171a42148 /engines/illusions/thread.cpp
parent7dc8533f730645e7177bbdc4d214664d82856963 (diff)
downloadscummvm-rg350-8d7d6599b9bc29152cbccbcec6b2e25b66272715.tar.gz
scummvm-rg350-8d7d6599b9bc29152cbccbcec6b2e25b66272715.tar.bz2
scummvm-rg350-8d7d6599b9bc29152cbccbcec6b2e25b66272715.zip
ILLUSIONS: Fix special code functions thread notifying (used wrong thread value)
- Add more script and sequence opcodes
Diffstat (limited to 'engines/illusions/thread.cpp')
-rw-r--r--engines/illusions/thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/thread.cpp b/engines/illusions/thread.cpp
index 3a5a4a94e1..d597d4810b 100644
--- a/engines/illusions/thread.cpp
+++ b/engines/illusions/thread.cpp
@@ -267,7 +267,7 @@ void ThreadList::killThread(uint32 threadId) {
if (childThread->_callingThreadId == threadId)
killThread(childThread->_threadId);
}
-
+
thread->onKill();
}