mirror of
https://github.com/ZDoom/acc.git
synced 2025-01-31 11:20:37 +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
|
||||
LDFLAGS ?= -s
|
||||
VERNUM = 151
|
||||
VERNUM = 152
|
||||
|
||||
OBJS = \
|
||||
acc.o \
|
||||
|
|
2
acc.c
2
acc.c
|
@ -22,7 +22,7 @@
|
|||
|
||||
// MACROS ------------------------------------------------------------------
|
||||
|
||||
#define VERSION_TEXT "1.51"
|
||||
#define VERSION_TEXT "1.52"
|
||||
#define COPYRIGHT_YEARS_TEXT "1995"
|
||||
|
||||
// TYPES -------------------------------------------------------------------
|
||||
|
|
|
@ -88,7 +88,7 @@ special
|
|||
81:ACS_Suspend(2),
|
||||
82:ACS_Terminate(2),
|
||||
83:ACS_LockedExecute(5),
|
||||
84:ACS_ExecuteWithResult(1,4),
|
||||
84:ACS_ExecuteWithResult(1,5),
|
||||
85:ACS_LockedExecuteDoor(5),
|
||||
86:Polyobj_MoveToSpot(3),
|
||||
87:Polyobj_Stop(1),
|
||||
|
|
Loading…
Reference in a new issue