diff options
author | aap <aap@papnet.eu> | 2021-01-24 14:06:16 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-24 14:06:16 +0100 |
commit | 9361aeb8eb281a3669b03d7d845aece483c95820 (patch) | |
tree | f96d341b95eabe331d1cdc72c9f8109b5168b968 /src/core | |
parent | CSimpleModelInfo (diff) | |
download | re3-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.cpp | 2 |
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); |