Skip to content

Commit 495220b

Browse files
committed
changed UnloadIFPAnimations to DeleteIFPAnimations
1 parent a550ae1 commit 495220b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CClientGame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ class CClientGame
603603
CClientPed * GetClientPedByClump ( const RpClump & Clump );
604604

605605
void OnClientIFPUnload ( const CClientIFP & IFP );
606-
void UnloadIFPAnimations ( SIFPAnimations * pIFPAnimations );
606+
void DeleteIFPAnimations ( SIFPAnimations * pIFPAnimations );
607607

608608
private:
609609
eStatus m_Status;

0 commit comments

Comments
 (0)