mirror of
https://github.com/halpz/re3.git
synced 2025-02-25 10:42:12 +00:00
14 lines
250 B
C++
14 lines
250 B
C++
#include "common.h"
|
|
#include "patcher.h"
|
|
#include "PointLights.h"
|
|
|
|
int16 &CPointLights::NumLights = *(int16*)0x95CC3E;
|
|
|
|
WRAPPER void CPointLights::RenderFogEffect(void) { EAXJMP(0x510C30); }
|
|
|
|
void
|
|
CPointLights::InitPerFrame(void)
|
|
{
|
|
NumLights = 0;
|
|
}
|