We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8b758 commit 1f8ad37Copy full SHA for 1f8ad37
Client/game_sa/CFireSA.cpp
@@ -242,13 +242,16 @@ static void _declspec(naked) HOOK_CFire_Extinguish()
242
_asm
243
{
244
mov [eax+730h], edi
245
- mov ebx, [esp+8]
+
246
+ push ebx
247
+ mov ebx, [esp+0Ch]
248
249
push ebx
250
push eax
251
call AbortFireTask
252
add esp, 8
253
254
+ pop ebx
255
jmp CONTINUE_CFire_Extinguish
256
}
257
0 commit comments