mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 03:44:09 +00:00
script3.cpp
This commit is contained in:
parent
a214d0ed4c
commit
091b40cb39
3 changed files with 38 additions and 34 deletions
|
@ -4873,9 +4873,6 @@ int8 CRunningScript::ProcessCommands200To299(int32 command)
|
|||
pObj->SetOrientation(0.0f, 0.0f, 0.0f);
|
||||
pObj->GetMatrix().UpdateRW();
|
||||
pObj->UpdateRwFrame();
|
||||
CBaseModelInfo* pModelInfo = CModelInfo::GetModelInfo(mi);
|
||||
if (pModelInfo->IsBuilding() && ((CSimpleModelInfo*)pModelInfo)->m_isBigBuilding)
|
||||
pObj->SetupBigBuilding();
|
||||
CTheScripts::ClearSpaceForMissionEntity(pos, pObj);
|
||||
CWorld::Add(pObj);
|
||||
SET_INTEGER_PARAM(0, CPools::GetObjectPool()->GetIndex(pObj));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue