Skip to content

Commit 6b1a4db

Browse files
committed
removed 2 instructions in HOOK_CAnimManager_AddAnimation, because they were not needed
1 parent 6b6cff2 commit 6b1a4db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Client/multiplayer_sa/CMultiplayerSA.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5365,8 +5365,6 @@ void _declspec(naked) HOOK_CAnimManager_AddAnimation ()
53655365
_asm
53665366
{
53675367
popad
5368-
mov eax, dword ptr [esp+0Ch]
5369-
mov edx, dword ptr ds:[0B4EA34h]
53705368
push esi
53715369
push edi
53725370
mov eax, pAnimAssociation

0 commit comments

Comments
 (0)