- Bump ACC version to 1.52.

- Increase parameter count for ACS_ExecuteWithResult from 4 to 5.

SVN r3393 (trunk)
This commit is contained in:
Randy Heit 2012-02-26 03:31:09 +00:00
parent 5efc9cc00a
commit 336a1ac719
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ endif
CFLAGS ?= -Os -Wall -W -fomit-frame-pointer
LDFLAGS ?= -s
VERNUM = 151
VERNUM = 152
OBJS = \
acc.o \

2
acc.c
View file

@ -22,7 +22,7 @@
// MACROS ------------------------------------------------------------------
#define VERSION_TEXT "1.51"
#define VERSION_TEXT "1.52"
#define COPYRIGHT_YEARS_TEXT "1995"
// TYPES -------------------------------------------------------------------

View file

@ -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),