added 'position: last' for global animations to continue from last position
[rocksndiamonds.git] / src / libgame / system.h
index b214ba752733cc58ea9ffbc94797c577b4f9df61..40a1a5d18ad4375bf397d596a4450078b4f08323 100644 (file)
 #define POS_LOWER              5
 #define POS_BOTTOM             6
 #define POS_ANY                        7
+#define POS_LAST               8
 
 /* values for text alignment */
 #define ALIGN_LEFT             (1 << 0)