Skip to content

Commit 9f33a15

Browse files
Synchronize changes from 1.6 master branch [ci skip]
2c70978 Fix interiors bug introduced by #4187 (#4208)
2 parents dbf870f + 2c70978 commit 9f33a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client/multiplayer_sa/CMultiplayerSA_Explosions.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ static void _declspec(naked) HOOK_CWorld_TriggerExplosionSectorList()
4848
{
4949
// check entity->m_nScanCode == CWorld::ms_nCurrentScanCode
5050
mov ecx, dword ptr ds:[0xB7CD78]
51-
cmp [esi+2Ch], ecx
51+
cmp [esi+2Ch], cx
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)