From: Holger Schemel Date: Sun, 16 Sep 2018 10:50:36 +0000 (+0200) Subject: removed unused fields from structure definition X-Git-Tag: 4.1.1.0~33 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=765dcb99ef77ec52dd1e5f0a459ce5ffffcc9cd6 removed unused fields from structure definition --- 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) */