diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-17 12:39:24 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-17 12:39:24 -0500 |
| commit | 3b49bdc6c73946b4132fe7bc119208e559995f67 (patch) | |
| tree | 315d66d2d0193944ecd7a316949762fdce658365 /src/game_data.h | |
| parent | 4adfe42a300a597cf8e7036cd189d197b08a7f01 (diff) | |
| download | lingo-ap-tracker-3b49bdc6c73946b4132fe7bc119208e559995f67.tar.gz lingo-ap-tracker-3b49bdc6c73946b4132fe7bc119208e559995f67.tar.bz2 lingo-ap-tracker-3b49bdc6c73946b4132fe7bc119208e559995f67.zip | |
Fixed hunt-only areas not showing up for hunts
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 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 | ||
| 103 | const std::vector<MapArea>& GD_GetMapAreas(); | 104 | const std::vector<MapArea>& GD_GetMapAreas(); |
