From 22e8b0e419ad811c977c67ea2f2c06d53ea3be5e Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Tue, 5 May 2020 18:34:46 +0300 Subject: Revert "Remove GTA_TRAIN, GTA_BRIDGE, GTA_ZONECULL" This reverts commit 1eb817de7713ea95bbbcbd7543ffce61ced8ffec. # Conflicts: # src/core/Game.cpp --- src/core/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/config.h') diff --git a/src/core/config.h b/src/core/config.h index c0597db2..c3904fa9 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -160,6 +160,12 @@ 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 -- cgit v1.2.3