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 721ecc6..8a38264 100644 --- a/src/game_data.h +++ b/src/game_data.h
@@ -98,6 +98,7 @@ struct MapArea {
98 int map_x; 98 int map_x;
99 int map_y; 99 int map_y;
100 int classification = 0; 100 int classification = 0;
101 bool hunt = false;
101}; 102};
102 103
103const std::vector<MapArea>& GD_GetMapAreas(); 104const std::vector<MapArea>& GD_GetMapAreas();