New way to turn on/off the debug.

This commit is contained in:
ESwordTheCat
2014-05-03 22:54:58 -04:00
committed by ZomgPonies
parent 2541ec2a51
commit 6ecfe386bb
+6 -1
View File
@@ -48,7 +48,9 @@
* WARNING, only supports /mob and /obj.
*/
#define DEBUG_OBJECT_POOL 0
// Comment out to show debug messages.
//#define DEBUG_OBJECT_POOL
#define MAINTAINING_OBJECT_POOL_COUNT 20
var/list/masterPool = list()
@@ -119,7 +121,10 @@ var/list/masterPool = list()
#endif
#undef MAINTAINING_OBJECT_POOL_COUNT
#ifdef DEBUG_OBJECT_POOL
#undef DEBUG_OBJECT_POOL
#endif
/*
* Override this if the object variables needed to reset.