diff options
author | aap <aap@papnet.eu> | 2020-08-09 15:45:38 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-08-09 15:45:38 +0200 |
commit | 6514bc6b39faf5cfd6ecb1d45370e2c9c50e8f43 (patch) | |
tree | 27a75db9af9e454c3593169e73e554d94782adb4 /src/render/Fluff.cpp | |
parent | Merge branch 'miami' of github.com:GTAmodding/re3 into miami (diff) | |
download | re3-6514bc6b39faf5cfd6ecb1d45370e2c9c50e8f43.tar re3-6514bc6b39faf5cfd6ecb1d45370e2c9c50e8f43.tar.gz re3-6514bc6b39faf5cfd6ecb1d45370e2c9c50e8f43.tar.bz2 re3-6514bc6b39faf5cfd6ecb1d45370e2c9c50e8f43.tar.lz re3-6514bc6b39faf5cfd6ecb1d45370e2c9c50e8f43.tar.xz re3-6514bc6b39faf5cfd6ecb1d45370e2c9c50e8f43.tar.zst re3-6514bc6b39faf5cfd6ecb1d45370e2c9c50e8f43.zip |
Diffstat (limited to 'src/render/Fluff.cpp')
-rw-r--r-- | src/render/Fluff.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/render/Fluff.cpp b/src/render/Fluff.cpp index 5d8ccf47..14c80a63 100644 --- a/src/render/Fluff.cpp +++ b/src/render/Fluff.cpp @@ -7,6 +7,7 @@ #include "Camera.h" #include "Sprite.h" #include "Coronas.h" +#include "PointLights.h" #include "Rubbish.h" #include "Timecycle.h" #include "General.h" @@ -391,7 +392,7 @@ void CMovingThings::Init() CPlaneTrails::Init(); CSmokeTrails::Init(); CPlaneBanners::Init(); - CEscalators::Init(); + CPointLights::Init(); StartCloseList.m_pNext = &CMovingThings::EndCloseList; StartCloseList.m_pPrev = nil; @@ -399,6 +400,8 @@ void CMovingThings::Init() EndCloseList.m_pPrev = &CMovingThings::StartCloseList; Num = 0; + CEscalators::Init(); + #ifndef MIAMI // something is still used here actually // Initialize scroll bars aScrollBars[0].Init(CVector( 228.3f, -669.0f, 39.0f ), SCROLL_BUSINESS, 0.0f, 0.5f, 0.5f, 255, 128, 0, 0.3f); |