rnd-20060428-1-src
[rocksndiamonds.git] / src / main.h
index 0f07442c6a2bc3c57ef6a2e3c8b8d7d42efd207c..670711500babb17db6313394ca4708ac42c74f2c 100644 (file)
 #define CE_MOVE_OF_X                   35
 #define CE_DIGGING_X                   36
 #define CE_CREATION_OF_X               37
+#define CE_SCORE_GETS_ZERO             38
+#define CE_SCORE_GETS_ZERO_OF_X                39
 
-#define NUM_CHANGE_EVENTS              38
+#define NUM_CHANGE_EVENTS              40
 
 #define CE_BITMASK_DEFAULT             0
 
@@ -2156,7 +2158,8 @@ struct GraphicInfo
   int step_offset;             /* optional step offset of toon animations */
   int step_delay;              /* optional step delay of toon animations */
 
-  int draw_x, draw_y;          /* optional offset for drawing fonts chars */
+  int draw_xoffset;            /* optional offset for drawing font chars */
+  int draw_yoffset;            /* optional offset for drawing font chars */
 
   int draw_masked;             /* optional setting for drawing envelope gfx */