X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=d31d06951ac9a2d9630426631338ba63c49999c2;hp=8610916c734f355913ac5a3e0d022dbd043ae50e;hb=765dcb99ef77ec52dd1e5f0a459ce5ffffcc9cd6;hpb=9fe7d0e238a00bba4a9a9a9a11e954942741f3a3 diff --git a/src/game.h b/src/game.h index 8610916c..d31d0695 100644 --- a/src/game.h +++ b/src/game.h @@ -154,10 +154,6 @@ struct GameInfo int scroll_delay_value; int tile_size; - /* values for engine initialization */ - int default_push_delay_fixed; - int default_push_delay_random; - /* constant within running game */ int engine_version; int emulation; @@ -187,7 +183,6 @@ struct GameInfo int belt_dir_nr[4]; int switchgate_pos; int wind_direction; - boolean gravity; boolean explosions_delayed; boolean envelope_active; boolean no_time_limit; /* (variable only in very special case) */