We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf982b commit a64710dCopy full SHA for a64710d
Client/mods/deathmatch/logic/CElementDeleter.cpp
@@ -81,11 +81,6 @@ void CElementDeleter::DeleteRecursive ( class CClientEntity* pElement )
81
// because element has been deleted
82
bool CElementDeleter::DeleteElementSpecial ( CClientEntity* pElement )
83
{
84
- // Mark us as being deleted, unlink from parent and unlink from manager classes eventually
85
- pElement->SetBeingDeleted ( true );
86
- pElement->SetParent ( NULL );
87
- pElement->Unlink ();
88
-
89
if ( IS_IFP ( pElement ) )
90
91
DeleteIFP ( pElement );
0 commit comments