Removed debugging flag.

This commit is contained in:
Aryn
2014-02-19 18:27:05 -07:00
parent 6fbe320f88
commit c9b9b18807
2 changed files with 3 additions and 4 deletions

View File

@@ -128,10 +128,9 @@
air_master.connect(src, sim)
else
//Found our zone connected to us, no need for rebuild.
#ifdef ZASDBG
if(verbose) world << "[d] has same zone."
else if(verbose) world << "[d] has same zone."
else if(verbose) world << "[d] has invalid zone."
#endif

View File

@@ -21,7 +21,7 @@ air_master.mark_for_update(turf)
*/
#define ZASDBG
//#define ZASDBG
#define AIR_BLOCKED 1
#define ZONE_BLOCKED 2