diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-31 15:20:57 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-31 15:20:57 -0500 |
| commit | b13d3678a9b09ba5dd8a58a7ab441d1e09ee5b77 (patch) | |
| tree | 2a3c2ee3857dec9d9d99bfa004a7b7a6474412f6 /src/game_data.h | |
| parent | 19959f8479d1bb74f75890dcccbc038871771480 (diff) | |
| download | lingo-ap-tracker-b13d3678a9b09ba5dd8a58a7ab441d1e09ee5b77.tar.gz lingo-ap-tracker-b13d3678a9b09ba5dd8a58a7ab441d1e09ee5b77.tar.bz2 lingo-ap-tracker-b13d3678a9b09ba5dd8a58a7ab441d1e09ee5b77.zip | |
Added sunwarp access support
Diffstat (limited to 'src/game_data.h')
| -rw-r--r-- | src/game_data.h | 3 |
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/game_data.h b/src/game_data.h index 8a38264..c230034 100644 --- a/src/game_data.h +++ b/src/game_data.h | |||
| @@ -67,6 +67,8 @@ struct Exit { | |||
| 67 | int destination_room; | 67 | int destination_room; |
| 68 | std::optional<int> door; | 68 | std::optional<int> door; |
| 69 | bool painting = false; | 69 | bool painting = false; |
| 70 | bool sunwarp = false; | ||
| 71 | bool pilgrimage = false; | ||
| 70 | }; | 72 | }; |
| 71 | 73 | ||
| 72 | struct PaintingExit { | 74 | struct PaintingExit { |
| @@ -111,5 +113,6 @@ const Panel& GD_GetPanel(int panel_id); | |||
| 111 | int GD_GetRoomForPainting(const std::string& painting_id); | 113 | int GD_GetRoomForPainting(const std::string& painting_id); |
| 112 | const std::vector<int>& GD_GetAchievementPanels(); | 114 | const std::vector<int>& GD_GetAchievementPanels(); |
| 113 | int GD_GetItemIdForColor(LingoColor color); | 115 | int GD_GetItemIdForColor(LingoColor color); |
| 116 | const std::vector<int>& GD_GetPilgrimageDoors(bool include_sunwarps); | ||
| 114 | 117 | ||
| 115 | #endif /* end of include guard: GAME_DATA_H_9C42AC51 */ | 118 | #endif /* end of include guard: GAME_DATA_H_9C42AC51 */ |
