Skip to content

Commit

Permalink
test10
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrc6 committed Dec 19, 2024
1 parent 68d90eb commit 165b6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/client/prediction/gameworld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ void CGameWorld::CopyWorldClean(CGameWorld *pFrom)
pCopy = new CPickup(*((CPickup *)pEnt));
if(pCopy)
{
//pCopy->m_pParent = pEnt;
//pEnt->m_pChild = pCopy;
pCopy->m_pParent = nullptr;
pEnt->m_pChild = nullptr;
this->InsertEntity(pCopy);
}
}
Expand Down

0 comments on commit 165b6fe

Please sign in to comment.