mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Removed debugging flag.
This commit is contained in:
@@ -128,10 +128,9 @@
|
|||||||
|
|
||||||
air_master.connect(src, sim)
|
air_master.connect(src, sim)
|
||||||
|
|
||||||
else
|
|
||||||
//Found our zone connected to us, no need for rebuild.
|
|
||||||
#ifdef ZASDBG
|
#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."
|
else if(verbose) world << "[d] has invalid zone."
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ air_master.mark_for_update(turf)
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ZASDBG
|
//#define ZASDBG
|
||||||
|
|
||||||
#define AIR_BLOCKED 1
|
#define AIR_BLOCKED 1
|
||||||
#define ZONE_BLOCKED 2
|
#define ZONE_BLOCKED 2
|
||||||
|
|||||||
Reference in New Issue
Block a user