mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Removed debugging flag.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -21,7 +21,7 @@ air_master.mark_for_update(turf)
|
||||
|
||||
*/
|
||||
|
||||
#define ZASDBG
|
||||
//#define ZASDBG
|
||||
|
||||
#define AIR_BLOCKED 1
|
||||
#define ZONE_BLOCKED 2
|
||||
|
||||
Reference in New Issue
Block a user