diff options
author | aap <aap@papnet.eu> | 2020-05-03 17:28:54 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-03 17:28:54 +0200 |
commit | 67467f15d1dd8e545acc47c5e24beb74e4ca78b3 (patch) | |
tree | ab03d72bf34fe94b0e0acdfbb5d49ca3316937fa /src/core/config.h | |
parent | 702da55ec9d0e8e02df25a26390a113e452676e3 (diff) |
GTA_BRIDGE and GTA_TRAIN defines
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 86189920..1fc78eb8 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -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 |