mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 21:54:09 +00:00
pointlights done
This commit is contained in:
parent
951439486f
commit
6514bc6b39
3 changed files with 64 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue