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 a64710d commit 6243ca4Copy full SHA for 6243ca4
Client/mods/deathmatch/logic/CElementDeleter.cpp
@@ -102,9 +102,6 @@ void CElementDeleter::DeleteIFP ( CClientEntity * pElement )
102
103
// Remove IFP animations from replaced animations of peds/players
104
g_pClientGame->OnClientIFPUnload ( pIFP );
105
-
106
- //delete pElement; //------------------- REMOVE THIS LATER
107
- printf ("done calling g_pClientGame->OnClientIFPUnload\n");
108
}
109
110
0 commit comments