mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 09:19:22 +00:00
CCollision done and fixes
This commit is contained in:
parent
5d266ace64
commit
6b7a8f96a6
7 changed files with 272 additions and 200 deletions
|
@ -54,7 +54,7 @@ enum Config {
|
|||
NUMBOATALPHALIST = 20,
|
||||
NUMALPHAENTITYLIST = 200,
|
||||
NUMALPHAUNTERWATERENTITYLIST = 30,
|
||||
NUMCOLCACHELINKS = 200,
|
||||
NUMCOLCACHELINKS = 50,
|
||||
NUMREFERENCES = 800,
|
||||
|
||||
// Zones
|
||||
|
@ -166,6 +166,7 @@ enum Config {
|
|||
#if defined GTA_PS2
|
||||
# define GTA_PS2_STUFF
|
||||
# define RANDOMSPLASH
|
||||
# define COMPRESSED_COL_VECTORS
|
||||
#elif defined GTA_PC
|
||||
# define GTA3_1_1_PATCH
|
||||
//# define GTA3_STEAM_PATCH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue