hmm... multiples of 4 would be nice...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@548 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8f493a29c7
commit
98b6061185
1 changed files with 5 additions and 4 deletions
|
@ -40,10 +40,11 @@ void Cache_FreeHigh (int new_high_hunk);
|
|||
//#define MEMDEBUG 8192 //Debugging adds sentinels (the number is the size - I have the ram)
|
||||
#endif
|
||||
|
||||
#define TEMPDEBUG 2
|
||||
#define ZONEDEBUG 2
|
||||
#define HUNKDEBUG 2
|
||||
#define CACHEDEBUG 2
|
||||
//must be multiple of 4.
|
||||
#define TEMPDEBUG 4
|
||||
#define ZONEDEBUG 4
|
||||
#define HUNKDEBUG 4
|
||||
#define CACHEDEBUG 4
|
||||
|
||||
//these need to be defined because it makes some bits of code simpler
|
||||
#ifndef HUNKDEBUG
|
||||
|
|
Loading…
Reference in a new issue