diff options
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; |