mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 05:00:34 +00:00
VU0 collision
This commit is contained in:
parent
a786dd45a4
commit
abb640c6b6
12 changed files with 2194 additions and 20 deletions
|
@ -158,7 +158,7 @@ enum Config {
|
|||
#if defined GTA_PS2
|
||||
# define GTA_PS2_STUFF
|
||||
# define RANDOMSPLASH
|
||||
# define COMPRESSED_COL_VECTORS
|
||||
# define VU_COLLISION
|
||||
#elif defined GTA_PC
|
||||
# define GTA3_1_1_PATCH
|
||||
//# define GTA3_STEAM_PATCH
|
||||
|
@ -170,6 +170,10 @@ enum Config {
|
|||
#elif defined GTA_XBOX
|
||||
#endif
|
||||
|
||||
#ifdef VU_COLLISION
|
||||
#define COMPRESSED_COL_VECTORS // current need compressed vectors in this code
|
||||
#endif
|
||||
|
||||
#ifdef MASTER
|
||||
// only in master builds
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue