diff options
author | Fire_Head <Fire-Head@users.noreply.github.com> | 2019-07-24 20:59:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-24 20:59:16 +0300 |
commit | b79f77634dbb33627c390243d7cf2e7611d35d0a (patch) | |
tree | d836f70678f2ce7b5d86a6745f34b45232ff71d0 /src/core/config.h | |
parent | ae69aaf5ce8eca137bd5da85e26c63a5027e049d (diff) | |
parent | 0c0e564019af4dac66150b1bfa5c13219b9eb752 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 0736d343..892a06b6 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -3,6 +3,7 @@ enum Config { NUMCDIMAGES = 12, // gta3.img duplicates (not used on PC) MAX_CDIMAGES = 8, // additional cdimages + MAX_CDCHANNELS = 5, MODELINFOSIZE = 5500, TXDSTORESIZE = 850, @@ -114,7 +115,7 @@ enum Config { # define CHATTYSPLASH // print what the game is loading #endif -#define FIX_BUGS // fix bugs in the game, TODO: use this more +//#define FIX_BUGS // fix bugs in the game, TODO: use this more #define KANGAROO_CHEAT #define ASPECT_RATIO_SCALE #define USE_DEBUG_SCRIPT_LOADER
\ No newline at end of file |