X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=241889b08291aad0e16a7d8802c4363ba9376f32;hb=013255ff68bf77db29470e26ac4cd7777836c8b0;hp=ac2496e1bae9949340b3f2284bdebe75ab0c27d5;hpb=531605e2e684de4c30a4e9927f9c5107f468b163;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index ac2496e1..241889b0 100644 --- a/src/game.h +++ b/src/game.h @@ -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;