mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 13:54:08 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
35a7f89f73
11 changed files with 46 additions and 1 deletions
|
@ -156,6 +156,14 @@ CGame::InitialiseRenderWare(void)
|
|||
LightsCreate(Scene.world);
|
||||
|
||||
CreateDebugFont();
|
||||
|
||||
#ifdef LIBRW
|
||||
#ifdef PS2_MATFX
|
||||
rw::MatFX::modulateEnvMap = true;
|
||||
#else
|
||||
rw::MatFX::modulateEnvMap = false;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
CFont::Initialise();
|
||||
CHud::Initialise();
|
||||
|
|
|
@ -209,6 +209,7 @@ enum Config {
|
|||
#define TRIANGLE_BACK_BUTTON
|
||||
// #define CIRCLE_BACK_BUTTON
|
||||
#define HUD_ENHANCEMENTS // Adjusts some aspects to make the HUD look/behave a little bit better.
|
||||
#define BETA_SLIDING_TEXT
|
||||
|
||||
// Script
|
||||
#define USE_DEBUG_SCRIPT_LOADER // makes game load main_freeroam.scm by default
|
||||
|
@ -225,6 +226,7 @@ enum Config {
|
|||
|
||||
// Pickups
|
||||
//#define MONEY_MESSAGES
|
||||
#define CAMERA_PICKUP
|
||||
|
||||
// Peds
|
||||
#define ANIMATE_PED_COL_MODEL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue