mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 23:04:08 +00:00
implemented CTimeCycle
This commit is contained in:
parent
83cc43eeff
commit
ec0b8b5730
9 changed files with 248 additions and 5 deletions
|
@ -6,3 +6,4 @@ WRAPPER void CShadows::AddPermanentShadow(unsigned char ShadowType, RwTexture* p
|
|||
WRAPPER void CShadows::RenderStaticShadows(void) { EAXJMP(0x5145F0); }
|
||||
WRAPPER void CShadows::RenderStoredShadows(void) { EAXJMP(0x514010); }
|
||||
WRAPPER void CShadows::RenderExtraPlayerShadows(void) { EAXJMP(0x516F90); }
|
||||
WRAPPER void CShadows::CalcPedShadowValues(CVector light, float *frontX, float *frontY, float *sideX, float *sideY, float *dispX, float *dispY) { EAXJMP(0x516EB0); }
|
Loading…
Add table
Add a link
Reference in a new issue