mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 02:24:08 +00:00
GTA_BRIDGE and GTA_TRAIN defines
This commit is contained in:
parent
702da55ec9
commit
67467f15d1
7 changed files with 65 additions and 4 deletions
|
@ -154,6 +154,11 @@ enum Config {
|
|||
//#define GTA_PS2
|
||||
//#define GTA_XBOX
|
||||
|
||||
#ifndef MIAMI
|
||||
#define GTA_TRAIN // This game has trains
|
||||
#define GTA_BRIDGE // This game has the bridge
|
||||
#endif
|
||||
|
||||
// This enables things from the PS2 version on PC
|
||||
#define GTA_PS2_STUFF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue