diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-04-19 07:14:13 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-04-19 16:44:35 +0300 |
commit | 1ffc37735ed247eef1f20997a0136ef8d866ebad (patch) | |
tree | a6a4689c7aeed054e397c305333f761d0d4acdd1 /src/core/config.h | |
parent | 9bfcaff84976b2af7242f846c782287e9bacf851 (diff) |
Struct cleanup, various fixes, enable PS2 rand
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 12e6ed69..4ca79cb5 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -161,7 +161,7 @@ enum Config { # define GTA3_1_1_PATCH //# define GTA3_STEAM_PATCH # ifdef GTA_PS2_STUFF -//# define USE_PS2_RAND // this is unsafe until we have the game reversed +# define USE_PS2_RAND # define RANDOMSPLASH // use random splash as on PS2 # define PS2_MATFX # endif |