]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/defs.h
Added .gitignore to ignore certain files + fixed access rights on Makefile* as
[quix0rs-blobwars.git] / src / defs.h
index c8b468fcefa331a812d0792a53c0cba0c6678d82..5c598324904cfb642a846a2f6e8e3723af2ea24e 100644 (file)
@@ -252,6 +252,7 @@ const char skill[][10] = {
 
 #define PAR_WEIGHTLESS 1
 #define PAR_COLLIDES   2
+#define PAR_LIQUID      4
 
 /* ######### effect flags ########### */
 
@@ -377,6 +378,12 @@ enum {
        PAK_TAGS
 };
 
+/* ######### miscellaneous ############## */
+
+#define DIR_X 1
+#define DIR_Y 2
+#define DIR_XY 3
+
 /* ############# debug ################## */
 
 #if DEBUG