diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-17 18:07:16 -0400 | 
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-17 18:07:16 -0400 | 
| commit | 085531b53449dc28bc18739b06772641c5c82192 (patch) | |
| tree | fcf1c0cfe0f7faa6f0fe4902b1731b3b8b9113c3 /src/game_data.h | |
| parent | c0204878f7e4bf2240104a81a54943d7749d690a (diff) | |
| download | lingo-ap-tracker-085531b53449dc28bc18739b06772641c5c82192.tar.gz lingo-ap-tracker-085531b53449dc28bc18739b06772641c5c82192.tar.bz2 lingo-ap-tracker-085531b53449dc28bc18739b06772641c5c82192.zip | |
Handle panel location name config field
Diffstat (limited to 'src/game_data.h')
| -rw-r--r-- | src/game_data.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 { | |||
| 50 | bool exclude_reduce = false; | 50 | bool exclude_reduce = false; | 
| 51 | bool achievement = false; | 51 | bool achievement = false; | 
| 52 | std::string achievement_name; | 52 | std::string achievement_name; | 
| 53 | std::string location_name; | ||
| 53 | bool non_counting = false; | 54 | bool non_counting = false; | 
| 54 | int ap_location_id = -1; | 55 | int ap_location_id = -1; | 
| 55 | bool hunt = false; | 56 | bool hunt = false; | 
