File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -341,8 +341,8 @@ static void _declspec(naked) HOOK_CWaterCannon__Update_OncePerFrame_PushPedFix()
341
341
}
342
342
343
343
// Fixes excessive particle spawning from water cannons on high FPS.
344
- #define HOOKPOS_CWaterCannon__Render_FxFix 0x729430
345
- #define HOOKSIZE_CWaterCannon__Render_FxFix 0x7
344
+ #define HOOKPOS_CWaterCannon__Render_FxFix 0x729437
345
+ #define HOOKSIZE_CWaterCannon__Render_FxFix 0x5
346
346
static const unsigned int RETURN_CWaterCannon__Render_FxFix = 0x729440 ;
347
347
static const unsigned int RETURN_CWaterCannon__Render_FxFix_SKIP = 0x7294EE ;
348
348
static void _declspec (naked) HOOK_CWaterCannon__Render_FxFix()
@@ -352,8 +352,6 @@ static void _declspec(naked) HOOK_CWaterCannon__Render_FxFix()
352
352
test edx, edx
353
353
jz skip
354
354
355
- fstp [esp+0x84 ]
356
-
357
355
jmp RETURN_CWaterCannon__Render_FxFix
358
356
skip:
359
357
jmp RETURN_CWaterCannon__Render_FxFix_SKIP
You can’t perform that action at this time.
0 commit comments