aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/threads/timerthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/illusions/threads/timerthread.cpp')
-rw-r--r--engines/illusions/threads/timerthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/threads/timerthread.cpp b/engines/illusions/threads/timerthread.cpp
index 5842098739..417d113210 100644
--- a/engines/illusions/threads/timerthread.cpp
+++ b/engines/illusions/threads/timerthread.cpp
@@ -39,7 +39,7 @@ TimerThread::TimerThread(IllusionsEngine *vm, uint32 threadId, uint32 callingThr
if (callingThreadId) {
Thread *callingThread = _vm->_threads->findThread(callingThreadId);
if (callingThread)
- _tag = callingThread->_tag;
+ _sceneId = callingThread->_sceneId;
}
}