rnd-20060420-1-src
[rocksndiamonds.git] / src / main.h
index 0f07442c6a2bc3c57ef6a2e3c8b8d7d42efd207c..48f6561a4d52d2b15389cf297a833b72cfadba2d 100644 (file)
@@ -2156,7 +2156,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 */