From 53a2ec277f20a7c260e80af527659e769f6d2ac6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 9 May 2023 11:14:10 -0400 Subject: Support reduce_checks --- 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 75eede3..7348809 100644 --- a/src/game_data.h +++ b/src/game_data.h @@ -71,6 +71,7 @@ struct Location { std::string ap_location_name; int room; std::vector panels; + bool exclude_reduce = false; }; struct MapArea { @@ -79,6 +80,7 @@ struct MapArea { std::vector locations; int map_x; int map_y; + bool exclude_reduce = false; }; const std::vector& GD_GetMapAreas(); -- cgit 1.4.1