From 9361aeb8eb281a3669b03d7d845aece483c95820 Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 24 Jan 2021 14:06:16 +0100 Subject: CTimeModelInfo and CWeaponModelInfo --- src/core/FileLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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); -- cgit v1.2.3