aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/threads/timerthread.cpp
diff options
context:
space:
mode:
authorjohndoe1232015-11-19 13:16:22 +0100
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit61a0b5badbd7098e0b96355a428408654b3705df (patch)
treeab3ca376ccc5cca11508cd9918a445c2ef8f9bde /engines/illusions/threads/timerthread.cpp
parent41978f466d423e9b5f3c3980666c1beb4219b937 (diff)
downloadscummvm-rg350-61a0b5badbd7098e0b96355a428408654b3705df.tar.gz
scummvm-rg350-61a0b5badbd7098e0b96355a428408654b3705df.tar.bz2
scummvm-rg350-61a0b5badbd7098e0b96355a428408654b3705df.zip
ILLUSIONS: Rename tag -> sceneId
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;
}
}