mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-26 13:23:43 +00:00
config
This commit is contained in:
parent
ba4028b9dd
commit
d898abf63d
2 changed files with 2 additions and 1 deletions
|
@ -284,6 +284,7 @@ enum Config {
|
||||||
// Water & Particle
|
// Water & Particle
|
||||||
// #define PC_WATER
|
// #define PC_WATER
|
||||||
#define WATER_CHEATS
|
#define WATER_CHEATS
|
||||||
|
//#define PSP_WATERCANNON
|
||||||
|
|
||||||
//#define USE_CUTSCENE_SHADOW_FOR_PED
|
//#define USE_CUTSCENE_SHADOW_FOR_PED
|
||||||
#define DISABLE_CUTSCENE_SHADOWS
|
#define DISABLE_CUTSCENE_SHADOWS
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
// --LCS: file done
|
// --LCS: file done
|
||||||
|
|
||||||
#if 0
|
#ifdef PSP_WATERCANNON
|
||||||
//PSP:
|
//PSP:
|
||||||
#define WATER_COLOR 255
|
#define WATER_COLOR 255
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue