mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'pananoia-default-develop' into 'master'
Make PARANOIA be on by default for DEVELOP builds Closes #455 See merge request KartKrew/Kart!984
This commit is contained in:
commit
d540b3ed4d
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ extern char logfilename[1024];
|
|||
|
||||
//#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3
|
||||
#ifdef DEVELOP
|
||||
#define PARANOIA // On by default for DEVELOP builds
|
||||
#define VERSIONSTRING "Development EXE"
|
||||
#define VERSIONSTRING_RC "Development EXE" "\0"
|
||||
// most interface strings are ignored in development mode.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue