From 7668d75645051a229b9aad48d0933b4d2b11e704 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 9 May 2009 08:26:37 +0000 Subject: [PATCH] Added AProp_Notarget to ACS headers. SVN r1572 (trunk) --- zdefs.acs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zdefs.acs b/zdefs.acs index 687800d..9aebb40 100644 --- a/zdefs.acs +++ b/zdefs.acs @@ -225,9 +225,9 @@ // Actor properties you can get/set ----------------------------------------- #define APROP_Health 0 -#define APROP_Speed 1 +#define APROP_Speed 1 #define APROP_Damage 2 -#define APROP_Alpha 3 +#define APROP_Alpha 3 #define APROP_RenderStyle 4 #define APROP_SeeSound 5 // Sounds can only be set, not gotten #define APROP_AttackSound 6 @@ -243,6 +243,7 @@ #define APROP_Friendly 16 #define APROP_SpawnHealth 17 #define APROP_Dropped 18 +#define APROP_Notarget 19 // Render Styles ------------------------------------------------------------