Rename positions to props

This commit is contained in:
Ryan Dwyer
2019-12-25 20:01:00 +10:00
parent 1f8552aa51
commit 9fc71545a0
32 changed files with 582 additions and 582 deletions
+6 -6
View File
@@ -630,12 +630,12 @@
#define PATHTYPE_CIRCULAR 1
#define PATHTYPE_FLYING 2
#define POSITIONTYPE_1 1
#define POSITIONTYPE_DOOR 2
#define POSITIONTYPE_CHR 3
#define POSITIONTYPE_WEAPON 4
#define POSITIONTYPE_5 5
#define POSITIONTYPE_PLAYER 6
#define PROPTYPE_1 1
#define PROPTYPE_DOOR 2
#define PROPTYPE_CHR 3
#define PROPTYPE_WEAPON 4
#define PROPTYPE_5 5
#define PROPTYPE_PLAYER 6
#define RACE_HUMAN 0
#define RACE_SKEDAR 1