aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/thread.h
diff options
context:
space:
mode:
authorjohndoe1232014-04-01 11:22:58 +0200
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commitd77d4ed4a61d79ffc75bb9dbdab01157da387a13 (patch)
treebcf62f7f9ce9b3dd8a95cca16fe96bfc22d8ff66 /engines/illusions/thread.h
parentf2c48e3ae0e5775da6f3dcac841414cf8b5379ef (diff)
downloadscummvm-rg350-d77d4ed4a61d79ffc75bb9dbdab01157da387a13.tar.gz
scummvm-rg350-d77d4ed4a61d79ffc75bb9dbdab01157da387a13.tar.bz2
scummvm-rg350-d77d4ed4a61d79ffc75bb9dbdab01157da387a13.zip
ILLUSIONS: Fix bug which occured when trying to walk while talking
- Fix minor bugs - Work on talk thread handling
Diffstat (limited to 'engines/illusions/thread.h')
-rw-r--r--engines/illusions/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/illusions/thread.h b/engines/illusions/thread.h
index 2cd3cc2a98..ea4868d936 100644
--- a/engines/illusions/thread.h
+++ b/engines/illusions/thread.h
@@ -92,6 +92,7 @@ public:
void pauseThreads(uint32 threadId);
void resumeThreads(uint32 threadId);
void endTalkThreads();
+ void endTalkThreadsNoNotify();
void killThread(uint32 threadId);
void setThreadSceneId(uint32 threadId, uint32 sceneId);
uint32 getThreadSceneId(uint32 threadId);