diff options
Diffstat (limited to 'src/game_data.h')
| -rw-r--r-- | src/game_data.h | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/game_data.h b/src/game_data.h index 6f287cf..9b6f3b2 100644 --- a/src/game_data.h +++ b/src/game_data.h | |||
| @@ -121,7 +121,7 @@ struct Location { | |||
| 121 | std::vector<int> panels; | 121 | std::vector<int> panels; |
| 122 | int classification = 0; | 122 | int classification = 0; |
| 123 | bool hunt = false; | 123 | bool hunt = false; |
| 124 | bool panel = false; | 124 | std::optional<int> single_panel; |
| 125 | }; | 125 | }; |
| 126 | 126 | ||
| 127 | struct MapArea { | 127 | struct MapArea { |
| @@ -133,7 +133,7 @@ struct MapArea { | |||
| 133 | int map_y; | 133 | int map_y; |
| 134 | int classification = 0; | 134 | int classification = 0; |
| 135 | bool hunt = false; | 135 | bool hunt = false; |
| 136 | bool panel = false; | 136 | bool has_single_panel = false; |
| 137 | }; | 137 | }; |
| 138 | 138 | ||
| 139 | enum class SubwaySunwarpType { | 139 | enum class SubwaySunwarpType { |
