X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=d02c5cedc1a52d51fef6a8f6498be71eabb11f05;hb=585994e9f3f77300b730f790062010518f35a739;hp=b93c9750544d5e8cb2c934c110f541ff3ad9a170;hpb=74ed6f367314f4b4f373b45f82cedd04595a2608;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index b93c9750..d02c5ced 100644 --- a/src/game.h +++ b/src/game.h @@ -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;