diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 18:32:46 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 18:32:46 +0300 |
commit | 1eb817de7713ea95bbbcbd7543ffce61ced8ffec (patch) | |
tree | b0032de7a7452f49df7d03254e1e1c9f25b98f0d /src/core/config.h | |
parent | 0163a7bc4678be0817885929e10700196d0bb6e9 (diff) |
Remove GTA_TRAIN, GTA_BRIDGE, GTA_ZONECULL
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/config.h b/src/core/config.h index 0bbc883e..7c1fab5b 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -143,12 +143,6 @@ 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 -#define GTA_ZONECULL // This game culls by zones -#endif - // This enables things from the PS2 version on PC #define GTA_PS2_STUFF |