rnd-20070407-3-src
[rocksndiamonds.git] / src / libgame / system.h
index 12fea19b2f905e96e2735a810fc03a0f4a28deeb..999315935061e2848a37ede786be9b22e6e32aea 100644 (file)
@@ -812,6 +812,7 @@ struct SetupInfo
   boolean double_buffering;
   boolean direct_draw;         /* !double_buffering (redundant!) */
   boolean scroll_delay;
+  boolean scroll_delay_value;
   boolean soft_scrolling;
   boolean fade_screens;
   boolean autorecord;
@@ -1049,8 +1050,11 @@ struct TextPosInfo
   int x, y;
   int width, height;
   int align, valign;
-  int chars;
+  int size;
   int font, font_alt;
+  boolean draw_masked;
+  int sort_priority;
+  int id;
 };