diff --git a/Makefile b/Makefile index bcc8135..37b724b 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif CFLAGS = -Os -Wall -W -fomit-frame-pointer LDFLAGS = -s -VERNUM = 143 +VERNUM = 144 OBJS = \ acc.o \ diff --git a/acc.c b/acc.c index 35255f4..c502970 100644 --- a/acc.c +++ b/acc.c @@ -22,7 +22,7 @@ // MACROS ------------------------------------------------------------------ -#define VERSION_TEXT "1.43" +#define VERSION_TEXT "1.44" #define COPYRIGHT_YEARS_TEXT "1995" // TYPES ------------------------------------------------------------------- diff --git a/zdefs.acs b/zdefs.acs index 2849149..e98f9e7 100644 --- a/zdefs.acs +++ b/zdefs.acs @@ -200,6 +200,18 @@ #define LEVELINFO_KILLED_MONSTERS 8 #define LEVELINFO_SUCK_TIME 9 +// Properties you can use with GetPlayerInfo() ------------------------------ + +#define PLAYERINFO_TEAM 0 +#define PLAYERINFO_AIMDIST 1 +#define PLAYERINFO_COLOR 2 +#define PLAYERINFO_GENDER 3 +#define PLAYERINFO_NEVERSWITCH 4 +#define PLAYERINFO_MOVEBOB 5 +#define PLAYERINFO_STILLBOB 6 +#define PLAYERINFO_PLAYERCLASS 7 + + // Flags for ReplaceTextures ------------------------------------------------ #define NOT_BOTTOM 1