Discover PATHTYPE constants

This commit is contained in:
Ryan Dwyer
2019-11-26 21:37:50 +10:00
parent ca368e5f46
commit 5036fa1914
20 changed files with 238 additions and 234 deletions
+4
View File
@@ -544,6 +544,10 @@
#define PADEFFECT_SMOKE 0x04
#define PADEFFECT_SMOKE_TEMPORARY 0x05
#define PATHTYPE_BACKANDFORTH 0
#define PATHTYPE_CIRCULAR 1
#define PATHTYPE_FLYING 2
#define SPEED_WALK 0
#define SPEED_JOG 1
#define SPEED_RUN 2