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 b34f3eb commit 288bc65Copy full SHA for 288bc65
Client/multiplayer_sa/CMultiplayerSA_Rendering.cpp
@@ -395,6 +395,8 @@ static void __declspec(naked) HOOK_CTimer_Update()
395
static const DWORD CONTINUE_CTimer_Suspend = 0x5619EF;
396
static void _declspec(naked) HOOK_CTimer_Suspend()
397
{
398
+ MTA_VERIFY_HOOK_LOCAL_SIZE;
399
+
400
_asm
401
402
// Check if _timerFunction is NULL
@@ -419,6 +421,8 @@ static void _declspec(naked) HOOK_CTimer_Suspend()
419
421
static const DWORD CONTINUE_CTimer_Resume = 0x561A17;
420
422
static void _declspec(naked) HOOK_CTimer_Resume()
423
424
425
426
427
428
0 commit comments