mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 18:54:08 +00:00
New updates for Hud.cpp and more.
This commit is contained in:
parent
8b55b8b144
commit
92cc1cf3af
28 changed files with 2062 additions and 38 deletions
|
@ -36,4 +36,7 @@ CDraw::SetFOV(float fov)
|
|||
|
||||
STARTPATCHES
|
||||
InjectHook(0x4FE7B0, CDraw::SetFOV, PATCH_JUMP);
|
||||
|
||||
Nop(0x46B618, 2);
|
||||
Patch<float>(0x5F0A64, 1.3333334f);
|
||||
ENDPATCHES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue