Skip to content

Commit 929a04d

Browse files
authored
Merge branch 'master' into streaming_fix
2 parents f1e656b + 9d2d90e commit 929a04d

File tree

2 files changed

+670
-668
lines changed

2 files changed

+670
-668
lines changed

Client/game_sa/CFireSA.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,16 @@ static void _declspec(naked) HOOK_CFire_Extinguish()
242242
_asm
243243
{
244244
mov [eax+730h], edi
245-
mov ebx, [esp+8]
245+
246+
push ebx
247+
mov ebx, [esp+0Ch]
246248

247249
push ebx
248250
push eax
249251
call AbortFireTask
250252
add esp, 8
251253

254+
pop ebx
252255
jmp CONTINUE_CFire_Extinguish
253256
}
254257
}

0 commit comments

Comments
 (0)