mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-12 14:45:28 +00:00
- Bump ACC version to 1.52.
- Increase parameter count for ACS_ExecuteWithResult from 4 to 5. SVN r3393 (trunk)
This commit is contained in:
parent
5efc9cc00a
commit
336a1ac719
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ endif
|
||||||
|
|
||||||
CFLAGS ?= -Os -Wall -W -fomit-frame-pointer
|
CFLAGS ?= -Os -Wall -W -fomit-frame-pointer
|
||||||
LDFLAGS ?= -s
|
LDFLAGS ?= -s
|
||||||
VERNUM = 151
|
VERNUM = 152
|
||||||
|
|
||||||
OBJS = \
|
OBJS = \
|
||||||
acc.o \
|
acc.o \
|
||||||
|
|
2
acc.c
2
acc.c
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
// MACROS ------------------------------------------------------------------
|
// MACROS ------------------------------------------------------------------
|
||||||
|
|
||||||
#define VERSION_TEXT "1.51"
|
#define VERSION_TEXT "1.52"
|
||||||
#define COPYRIGHT_YEARS_TEXT "1995"
|
#define COPYRIGHT_YEARS_TEXT "1995"
|
||||||
|
|
||||||
// TYPES -------------------------------------------------------------------
|
// TYPES -------------------------------------------------------------------
|
||||||
|
|
|
@ -88,7 +88,7 @@ special
|
||||||
81:ACS_Suspend(2),
|
81:ACS_Suspend(2),
|
||||||
82:ACS_Terminate(2),
|
82:ACS_Terminate(2),
|
||||||
83:ACS_LockedExecute(5),
|
83:ACS_LockedExecute(5),
|
||||||
84:ACS_ExecuteWithResult(1,4),
|
84:ACS_ExecuteWithResult(1,5),
|
||||||
85:ACS_LockedExecuteDoor(5),
|
85:ACS_LockedExecuteDoor(5),
|
||||||
86:Polyobj_MoveToSpot(3),
|
86:Polyobj_MoveToSpot(3),
|
||||||
87:Polyobj_Stop(1),
|
87:Polyobj_Stop(1),
|
||||||
|
|
Loading…
Reference in a new issue