aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/sequenceopcodes.h
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/sequenceopcodes.h
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/sequenceopcodes.h')
-rw-r--r--engines/illusions/sequenceopcodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/illusions/sequenceopcodes.h b/engines/illusions/sequenceopcodes.h
index 028d567879..747287e4a7 100644
--- a/engines/illusions/sequenceopcodes.h
+++ b/engines/illusions/sequenceopcodes.h
@@ -72,6 +72,7 @@ protected:
void opSetPriorityLayer(Control *control, OpCall &opCall);
void opPlaySound(Control *control, OpCall &opCall);
void opStopSound(Control *control, OpCall &opCall);
+ void opStartScriptThread(Control *control, OpCall &opCall);
void opPlaceSubActor(Control *control, OpCall &opCall);
void opStartSubSequence(Control *control, OpCall &opCall);
void opStopSubSequence(Control *control, OpCall &opCall);