From 177f5e12e29255a47dff943faf9deb9782f88ac3 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 5 Feb 2016 18:17:18 -0600 Subject: [PATCH 1/2] ACC version 1.55 --- Makefile | 2 +- acc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aee3735..8742323 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif CFLAGS ?= -O2 -Wall -W LDFLAGS ?= -s -VERNUM = 154 +VERNUM = 155 OBJS = \ acc.o \ diff --git a/acc.c b/acc.c index 94490df..6eb45e3 100644 --- a/acc.c +++ b/acc.c @@ -22,7 +22,7 @@ // MACROS ------------------------------------------------------------------ -#define VERSION_TEXT "1.54" +#define VERSION_TEXT "1.55" #define COPYRIGHT_YEARS_TEXT "1995" // TYPES ------------------------------------------------------------------- From 174e7349b3e6142ce49dd0fdbb922b5d9dd7028b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 2 Oct 2016 13:47:17 +0200 Subject: [PATCH 2/2] - SetTranslation function. --- zspecial.acs | 1 + 1 file changed, 1 insertion(+) diff --git a/zspecial.acs b/zspecial.acs index 854a4b6..fb36f84 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -400,6 +400,7 @@ special -200:CheckClass(1), -201:DamageActor(6), // [arookas] -202:SetActorFlag(3), + -203:SetTranslation(2), // ZDaemon's -19620:GetTeamScore(1),