added raw x/y screen position values for global animations
[rocksndiamonds.git] / src / main.h
index 3e58df38a601d58203f83bc32086445f0699e0e8..092a47e71b5bfbf8a0d44827a9b951b373ef3823 100644 (file)
@@ -2826,6 +2826,8 @@ struct GraphicInfo
   int step_delay;              /* optional step delay of toon animations */
   int direction;               /* optional move direction of toon animations */
   int position;                        /* optional draw position of toon animations */
+  int x;                       /* optional draw position of toon animations */
+  int y;                       /* optional draw position of toon animations */
 
   int draw_xoffset;            /* optional offset for drawing font chars */
   int draw_yoffset;            /* optional offset for drawing font chars */