X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=9d78b18a008fdf70bded85d3c9fdaea6cbce07db;hb=b764179e9f5cbe4ebdfc1b76b9947c2660e34b07;hp=062c7a603bb9b8b38003f3635262f89968cdaef8;hpb=19e06988520133ca644c533c8f6932738788a7a5;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 062c7a60..9d78b18a 100644 --- a/src/main.h +++ b/src/main.h @@ -1483,12 +1483,16 @@ struct ElementGroupInfo int num_elements; /* number of elements in this group */ short element[MAX_ELEMENTS_IN_GROUP]; /* list of elements in this group */ + int choice_mode; /* how to choose element from group */ + /* ---------- internal values used at runtime when playing ---------- */ /* the following is the same as above, but with recursively resolved group elements (group elements may also contain further group elements!) */ int num_elements_resolved; short element_resolved[NUM_FILE_ELEMENTS]; + + int choice_pos; /* current element choice position */ }; struct ElementInfo