mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 18:54:07 +00:00
Fix sniper and water creatures bug, mark some files
This commit is contained in:
parent
ed82c55475
commit
a01b14f301
12 changed files with 44 additions and 16 deletions
|
@ -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];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue