about summary refs log tree commit diff stats
path: root/src/game_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_data.h')
-rw-r--r--src/game_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game_data.h b/src/game_data.h index 88f8a13..e30675a 100644 --- a/src/game_data.h +++ b/src/game_data.h
@@ -51,6 +51,7 @@ struct Panel {
51 bool exclude_reduce = false; 51 bool exclude_reduce = false;
52 bool achievement = false; 52 bool achievement = false;
53 std::string achievement_name; 53 std::string achievement_name;
54 std::string location_name;
54 bool non_counting = false; 55 bool non_counting = false;
55 int ap_location_id = -1; 56 int ap_location_id = -1;
56 bool hunt = false; 57 bool hunt = false;