mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 13:20:34 +00:00
Merge remote-tracking branch 'upstream/lcs' into lcs
This commit is contained in:
commit
0a23afebb7
8 changed files with 865 additions and 390 deletions
|
@ -324,8 +324,8 @@ enum Config {
|
|||
#define WATER_CHEATS
|
||||
//#define PSP_WATERCANNON
|
||||
|
||||
//#define USE_CUTSCENE_SHADOW_FOR_PED
|
||||
#define DISABLE_CUTSCENE_SHADOWS
|
||||
//#define USE_CUTSCENE_SHADOW_FOR_PED // requires COMPATIBLE_SAVES
|
||||
//#define DISABLE_CUTSCENE_SHADOWS
|
||||
|
||||
// Pad
|
||||
#if !defined(RW_GL3) && defined(_WIN32)
|
||||
|
@ -457,4 +457,9 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually
|
|||
#undef PS2_AUDIO_CHANNELS
|
||||
#endif
|
||||
|
||||
// if these defines are enabled saves are not vanilla compatible without COMPATIBLE_SAVES
|
||||
#ifndef COMPATIBLE_SAVES
|
||||
#undef USE_CUTSCENE_SHADOW_FOR_PED
|
||||
#endif
|
||||
|
||||
#endif // VANILLA_DEFINES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue