X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=03dd47ea0058c3cc3c06ee3a98905e616b4a6779;hb=b09d5604ce8b27c7fdff1ce3839fccd62f5b4bf6;hp=3752ba00a7ed37d657bcb9a59b281cf54b9fb86a;hpb=de2230033229c30b5b4d344d57f9b61d7be941d3;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 3752ba00..03dd47ea 100644 --- a/src/game.h +++ b/src/game.h @@ -52,6 +52,9 @@ struct GamePanelInfo { struct TextPosInfo level_number; struct TextPosInfo gems; + struct TextPosInfo gems_total; + struct TextPosInfo gems_collected; + struct TextPosInfo gems_score; struct TextPosInfo inventory_count; struct TextPosInfo inventory_first[NUM_PANEL_INVENTORY]; struct TextPosInfo inventory_last[NUM_PANEL_INVENTORY];