summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-01-24 14:06:16 +0100
committeraap <aap@papnet.eu>2021-01-24 14:06:16 +0100
commit9361aeb8eb281a3669b03d7d845aece483c95820 (patch)
treef96d341b95eabe331d1cdc72c9f8109b5168b968 /src/core
parentCSimpleModelInfo (diff)
downloadre3-9361aeb8eb281a3669b03d7d845aece483c95820.tar
re3-9361aeb8eb281a3669b03d7d845aece483c95820.tar.gz
re3-9361aeb8eb281a3669b03d7d845aece483c95820.tar.bz2
re3-9361aeb8eb281a3669b03d7d845aece483c95820.tar.lz
re3-9361aeb8eb281a3669b03d7d845aece483c95820.tar.xz
re3-9361aeb8eb281a3669b03d7d845aece483c95820.tar.zst
re3-9361aeb8eb281a3669b03d7d845aece483c95820.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/FileLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/FileLoader.cpp b/src/core/FileLoader.cpp
index eed12e58..10f504c9 100644
--- a/src/core/FileLoader.cpp
+++ b/src/core/FileLoader.cpp
@@ -809,7 +809,7 @@ CFileLoader::LoadTimeObject(const char *line)
mi->m_firstDamaged = damaged;
mi->SetTimes(timeOn, timeOff);
mi->SetTexDictionary(txd);
- other = mi->FindOtherTimeModel();
+ other = mi->FindOtherTimeModel(model);
if(other)
other->SetOtherTimeModel(id);
MatchModelString(model, id);