From 085531b53449dc28bc18739b06772641c5c82192 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 17 May 2024 18:07:16 -0400 Subject: Handle panel location name config field --- src/game_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game_data.h') diff --git a/src/game_data.h b/src/game_data.h index cd09627..f3edaa2 100644 --- a/src/game_data.h +++ b/src/game_data.h @@ -50,6 +50,7 @@ struct Panel { bool exclude_reduce = false; bool achievement = false; std::string achievement_name; + std::string location_name; bool non_counting = false; int ap_location_id = -1; bool hunt = false; -- cgit 1.4.1