Skip to content

Commit 974b5df

Browse files
committed
Crash fix
1 parent e36e109 commit 974b5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/multiplayer_sa/CMultiplayerSA_Explosions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static void _declspec(naked) HOOK_CWorld_TriggerExplosionSectorList()
5252
jz skip
5353

5454
// set entity current scan code
55-
mov [esi+2Ch], ecx
55+
mov [esi+2Ch], cx
5656

5757
mov al, [esi+36h]
5858
and al, 7

0 commit comments

Comments
 (0)