From a01b14f301afe9cea86f47b3ab27ce999097741a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Fri, 9 Oct 2020 12:02:21 +0300 Subject: Fix sniper and water creatures bug, mark some files --- src/render/Fluff.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render') diff --git a/src/render/Fluff.cpp b/src/render/Fluff.cpp index 31bf92a8..773561f3 100644 --- a/src/render/Fluff.cpp +++ b/src/render/Fluff.cpp @@ -1358,7 +1358,7 @@ CEscalator::Update(void) { if (m_pSteps[i]) { m_pSteps[i]->SetPosition(m_pos1); CWorld::Add(m_pSteps[i]); - m_pSteps[i]->ObjectCreatedBy = ESCALATOR_OBJECT; + m_pSteps[i]->ObjectCreatedBy = CONTROLLED_SUB_OBJECT; } } } @@ -1713,4 +1713,4 @@ void CScriptPaths::Save_ForReplay(void) { g_pScriptPathObjects[6 * i + j] = aArray[i].m_pObjects[j]; } } -} \ No newline at end of file +} -- cgit v1.2.3