mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 03:14:07 +00:00
AnimViewer!
This commit is contained in:
parent
e5d089db88
commit
5bea16c7cc
26 changed files with 582 additions and 20 deletions
|
@ -11,6 +11,7 @@ float CDraw::ms_fAspectRatio = DEFAULT_ASPECT_RATIO;
|
|||
float &CDraw::ms_fNearClipZ = *(float*)0x8E2DC4;
|
||||
float &CDraw::ms_fFarClipZ = *(float*)0x9434F0;
|
||||
float &CDraw::ms_fFOV = *(float*)0x5FBC6C;
|
||||
float &CDraw::ms_fLODDistance = *(float*)0x8F2C30;
|
||||
|
||||
uint8 &CDraw::FadeValue = *(uint8*)0x95CD68;
|
||||
uint8 &CDraw::FadeRed = *(uint8*)0x95CD90;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue