mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 16:54:10 +00:00
first commit
This commit is contained in:
commit
600bf03514
116 changed files with 15132 additions and 0 deletions
10
src/render/Coronas.cpp
Normal file
10
src/render/Coronas.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include "common.h"
|
||||
#include "Coronas.h"
|
||||
|
||||
RwTexture **gpCoronaTexture = (RwTexture**)0x5FAF44; //[9]
|
||||
|
||||
float &CCoronas::LightsMult = *(float*)0x5FB088; // 1.0
|
||||
float &CCoronas::SunScreenX = *(float*)0x8F4358;
|
||||
float &CCoronas::SunScreenY = *(float*)0x8F4354;
|
||||
bool &CCoronas::bSmallMoon = *(bool*)0x95CD49;
|
||||
bool &CCoronas::SunBlockedByClouds = *(bool*)0x95CD73;
|
Loading…
Add table
Add a link
Reference in a new issue