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 ------------------------------------------------------------------- diff --git a/zspecial.acs b/zspecial.acs index d6512fd..ca58de7 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), // Eternity's -300:GetLineCenterX(1),