From 765dcb99ef77ec52dd1e5f0a459ce5ffffcc9cd6 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 16 Sep 2018 12:50:36 +0200 Subject: [PATCH] removed unused fields from structure definition --- src/game.h | 5 ----- 1 file changed, 5 deletions(-) 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) */ -- 2.34.1