From 874475ad77b1b427ab8e999736fafc32f795d7f5 Mon Sep 17 00:00:00 2001 From: Blue-Shadow Date: Sat, 23 Jan 2016 01:50:33 +0300 Subject: [PATCH] Added a constant for SECF_HAZARD sector flag --- zdefs.acs | 1 + 1 file changed, 1 insertion(+) diff --git a/zdefs.acs b/zdefs.acs index ac8fc81..72f55df 100644 --- a/zdefs.acs +++ b/zdefs.acs @@ -964,6 +964,7 @@ #define SECF_DMGTERRAINFX 128 #define SECF_DMGENDGODMODE 256 #define SECF_DMGENDLEVEL 512 +#define SECF_DMGHAZARD 1024 #define BLOCKF_CREATURES 1 #define BLOCKF_MONSTERS 2