From 4adfe42a300a597cf8e7036cd189d197b08a7f01 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 17 Nov 2023 11:43:13 -0500 Subject: Show hunt panels option --- src/game_data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game_data.h') 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 { std::string achievement_name; bool non_counting = false; int ap_location_id = -1; + bool hunt = false; }; struct ProgressiveRequirement { @@ -87,6 +88,7 @@ struct Location { int room; std::vector panels; int classification = 0; + bool hunt = false; }; struct MapArea { -- cgit 1.4.1