1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 15:07:36 +00:00
re3/src/render/PointLights.cpp

14 lines
250 B
C++
Raw Normal View History

#include "common.h"
#include "patcher.h"
#include "PointLights.h"
2019-05-31 09:44:43 +00:00
int16 &CPointLights::NumLights = *(int16*)0x95CC3E;
WRAPPER void CPointLights::RenderFogEffect(void) { EAXJMP(0x510C30); }
2019-05-31 09:44:43 +00:00
void
CPointLights::InitPerFrame(void)
{
NumLights = 0;
}