summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorsavask <savask@yandex.ru>2012-04-19 14:40:28 (GMT)
committer savask <savask@yandex.ru>2012-04-19 14:42:25 (GMT)
commitf93a829672c7aabb09ae9b958623a97105b8e28d (patch)
tree58cbe37c3167e2e5deb65614a8e3aeceda6af732 /includes
parent62ecf1d87e40f2aed0af0a4838f9680fcf81e47d (diff)
downloadpowder-f93a829672c7aabb09ae9b958623a97105b8e28d.zip
powder-f93a829672c7aabb09ae9b958623a97105b8e28d.tar.gz
Fix sponge bug.
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 5db61db..99d3afc 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -254,6 +254,7 @@
#define FLAG_STAGNANT 1
#define FLAG_SKIPMOVE 0x2 // skip movement for one frame, only implemented for PHOT
+#define FLAG_MOVABLE 0x4 // if can move
#define GRAPHICS_FUNC_ARGS particle *cpart, int nx, int ny, int *pixel_mode, int* cola, int *colr, int *colg, int *colb, int *firea, int *firer, int *fireg, int *fireb
#define GRAPHICS_FUNC_SUBCALL_ARGS cpart, nx, ny, pixel_mode, cola, colr, colg, colb, firea, firer, fireg, fireb