This commit is contained in:
kevinz000
2020-02-13 00:32:26 -07:00
parent b682f9e730
commit a8a071851a
6 changed files with 20 additions and 18 deletions
-1
View File
@@ -54,7 +54,6 @@ GLOBAL_LIST_INIT(bitflags, list(1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 204
#define PASSCLOSEDTURF (1<<5)
#define LETPASSTHROW (1<<6)
//Movement Types
#define GROUND (1<<0)
#define FLYING (1<<1)