diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 83aa7b8f..53a7ad11 100644 --- a/src/config.h +++ b/src/config.h @@ -62,6 +62,12 @@ enum Config { NUMPICKUPS = 336, }; +// We don't expect to compile for PS2 or Xbox +// but it might be interesting for documentation purposes +#define GTA_PC +//#define GTA_PS2 +//#define GTA_XBOX + #define GTA3_1_1_PATCH #define USE_PS2_RAND #define RANDOMSPLASH @@ -70,4 +76,4 @@ enum Config { //#define NO_CDCHECK #define NO_MOVIES //#define USE_MY_DOCUMENTS -#define NASTY_GAME
\ No newline at end of file +#define NASTY_GAME |