diff options
Diffstat (limited to 'src/game_data.h')
-rw-r--r-- | src/game_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game_data.h b/src/game_data.h index b3e2466..721ecc6 100644 --- a/src/game_data.h +++ b/src/game_data.h | |||
@@ -37,6 +37,7 @@ struct Panel { | |||
37 | std::string achievement_name; | 37 | std::string achievement_name; |
38 | bool non_counting = false; | 38 | bool non_counting = false; |
39 | int ap_location_id = -1; | 39 | int ap_location_id = -1; |
40 | bool hunt = false; | ||
40 | }; | 41 | }; |
41 | 42 | ||
42 | struct ProgressiveRequirement { | 43 | struct ProgressiveRequirement { |
@@ -87,6 +88,7 @@ struct Location { | |||
87 | int room; | 88 | int room; |
88 | std::vector<int> panels; | 89 | std::vector<int> panels; |
89 | int classification = 0; | 90 | int classification = 0; |
91 | bool hunt = false; | ||
90 | }; | 92 | }; |
91 | 93 | ||
92 | struct MapArea { | 94 | struct MapArea { |