rnd-20070414-2-src
[rocksndiamonds.git] / src / game.h
index ac2496e1bae9949340b3f2284bdebe75ab0c27d5..241889b08291aad0e16a7d8802c4363ba9376f32 100644 (file)
@@ -75,6 +75,7 @@ struct GamePanelInfo
   struct TextPosInfo magic_wall_time;
   struct TextPosInfo gravity_state;
   struct TextPosInfo element[NUM_PANEL_ELEMENTS];
+  struct TextPosInfo element_count[NUM_PANEL_ELEMENTS];
   struct TextPosInfo ce_score[NUM_PANEL_CE_SCORE];
   struct TextPosInfo ce_score_element[NUM_PANEL_CE_SCORE];
   struct TextPosInfo player_name;
@@ -214,6 +215,8 @@ struct PlayerInfo
   boolean LevelSolved_PanelOff;
   boolean LevelSolved_SaveTape;
   boolean LevelSolved_SaveScore;
+  int LevelSolved_CountingTime;
+  int LevelSolved_CountingScore;
 
   int last_move_dir;