mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 11:25:54 +00:00
remove debug
This commit is contained in:
parent
a4562c5720
commit
5491a51daa
|
@ -447,8 +447,6 @@ void CCivilianPed::UseNearbyAttractors()
|
|||
CEntity* pEntity = (CEntity*)pNode->item;
|
||||
//if (pEntity->IsObject() && (CObject*)(pEntity)->IsBroken())
|
||||
//continue;
|
||||
if (pEntity->GetModelIndex() == 3181)
|
||||
debug("get2\n");
|
||||
CBaseModelInfo* pModelInfo = CModelInfo::GetModelInfo(pEntity->GetModelIndex());
|
||||
for (int i = 0; i < pModelInfo->GetNum2dEffects(); i++) {
|
||||
C2dEffect* pEffect = pModelInfo->Get2dEffect(i);
|
||||
|
|
Loading…
Reference in a new issue