mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 16:44:07 +00:00
Merge remote-tracking branch 'origin/miami' into miami
# Conflicts: # src/core/config.h
This commit is contained in:
commit
dab6d6dd6d
78 changed files with 3941 additions and 126 deletions
|
@ -91,6 +91,7 @@
|
|||
#include "Ropes.h"
|
||||
#include "WindModifiers.h"
|
||||
#include "postfx.h"
|
||||
#include "custompipes.h"
|
||||
|
||||
eLevelName CGame::currLevel;
|
||||
int32 CGame::currArea;
|
||||
|
@ -356,6 +357,10 @@ bool CGame::Initialise(const char* datFile)
|
|||
CdStreamAddImage("MODELS\\GTA3.IMG");
|
||||
CFileLoader::LoadLevel("DATA\\DEFAULT.DAT");
|
||||
CFileLoader::LoadLevel(datFile);
|
||||
#ifdef EXTENDED_PIPELINES
|
||||
// for generic fallback
|
||||
CustomPipes::SetTxdFindCallback();
|
||||
#endif
|
||||
CWorld::AddParticles();
|
||||
CVehicleModelInfo::LoadVehicleColours();
|
||||
CVehicleModelInfo::LoadEnvironmentMaps();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue