rnd-20070331-1-src
[rocksndiamonds.git] / src / game.h
index b93c9750544d5e8cb2c934c110f541ff3ad9a170..d02c5cedc1a52d51fef6a8f6498be71eabb11f05 100644 (file)
@@ -55,7 +55,6 @@ struct GamePanelInfo
   struct TextPosInfo em_steel_exit;
   struct TextPosInfo emc_magic_ball;
   struct TextPosInfo emc_magic_ball_switch;
-  struct TextPosInfo emc_magic_ball_time;
   struct TextPosInfo light_switch;
   struct TextPosInfo light_switch_time;
   struct TextPosInfo timegate_switch;
@@ -119,6 +118,10 @@ struct GameInfo
   struct GamePanelInfo panel;
   struct GameButtonInfo button;
 
+  /* values for graphics engine customization */
+  int forced_scroll_delay_value;
+  int scroll_delay_value;
+
   /* values for engine initialization */
   int default_push_delay_fixed;
   int default_push_delay_random;