From bae9fad90b403ec78c23db876ba4747b6beee686 Mon Sep 17 00:00:00 2001 From: Aryn Date: Thu, 20 Feb 2014 17:14:01 -0700 Subject: [PATCH] Added Z-level support for ZAS, disabled by default to save CPU. - Use #define ZLEVELS or uncomment it in _docs.dm to turn it on. --- code/ZAS/_docs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ZAS/_docs.dm b/code/ZAS/_docs.dm index b57f751bc54..62837615505 100644 --- a/code/ZAS/_docs.dm +++ b/code/ZAS/_docs.dm @@ -22,7 +22,7 @@ air_master.mark_for_update(turf) */ //#define ZASDBG -#define ZLEVELS +//#define ZLEVELS #define AIR_BLOCKED 1 #define ZONE_BLOCKED 2