about summary refs log tree commit diff stats
path: root/src/game_data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_data.cpp')
-rw-r--r--src/game_data.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game_data.cpp b/src/game_data.cpp index 2022097..31e23ec 100644 --- a/src/game_data.cpp +++ b/src/game_data.cpp
@@ -550,6 +550,7 @@ struct GameData {
550 for (MapArea &map_area : map_areas_) { 550 for (MapArea &map_area : map_areas_) {
551 for (const Location &location : map_area.locations) { 551 for (const Location &location : map_area.locations) {
552 map_area.classification |= location.classification; 552 map_area.classification |= location.classification;
553 map_area.hunt |= location.hunt;
553 } 554 }
554 } 555 }
555 556