mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-11 22:37:54 +00:00
Merge branch 'master' into eternity-acs
This commit is contained in:
commit
93e0d12ef8
3 changed files with 3 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ endif
|
|||
|
||||
CFLAGS ?= -O2 -Wall -W
|
||||
LDFLAGS ?= -s
|
||||
VERNUM = 154
|
||||
VERNUM = 155
|
||||
|
||||
OBJS = \
|
||||
acc.o \
|
||||
|
|
2
acc.c
2
acc.c
|
@ -22,7 +22,7 @@
|
|||
|
||||
// MACROS ------------------------------------------------------------------
|
||||
|
||||
#define VERSION_TEXT "1.54"
|
||||
#define VERSION_TEXT "1.55"
|
||||
#define COPYRIGHT_YEARS_TEXT "1995"
|
||||
|
||||
// TYPES -------------------------------------------------------------------
|
||||
|
|
|
@ -400,6 +400,7 @@ special
|
|||
-200:CheckClass(1),
|
||||
-201:DamageActor(6), // [arookas]
|
||||
-202:SetActorFlag(3),
|
||||
-203:SetTranslation(2),
|
||||
|
||||
// Eternity's
|
||||
-300:GetLineCenterX(1),
|
||||
|
|
Loading…
Reference in a new issue