about summary refs log tree commit diff stats
path: root/src/game_data.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-06-10 18:11:06 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-06-10 18:11:06 -0400
commit3b3c3ca4ed98c8d1e884f6c9f8f63d7b7c76e37b (patch)
tree2bfd63e64c60dabfd29094934a93a1ed04f2dfd1 /src/game_data.h
parent14d075e02007aeb53dbadd6c629564ee467cd7b2 (diff)
downloadlingo-ap-tracker-3b3c3ca4ed98c8d1e884f6c9f8f63d7b7c76e37b.tar.gz
lingo-ap-tracker-3b3c3ca4ed98c8d1e884f6c9f8f63d7b7c76e37b.tar.bz2
lingo-ap-tracker-3b3c3ca4ed98c8d1e884f6c9f8f63d7b7c76e37b.zip
Fixed subway map when eye_painting is mapped
Diffstat (limited to 'src/game_data.h')
-rw-r--r--src/game_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_data.h b/src/game_data.h index e37c276..66f3e0e 100644 --- a/src/game_data.h +++ b/src/game_data.h
@@ -164,7 +164,7 @@ const std::vector<int>& GD_GetSunwarpDoors();
164int GD_GetRoomForSunwarp(int index); 164int GD_GetRoomForSunwarp(int index);
165const std::vector<SubwayItem>& GD_GetSubwayItems(); 165const std::vector<SubwayItem>& GD_GetSubwayItems();
166const SubwayItem& GD_GetSubwayItem(int id); 166const SubwayItem& GD_GetSubwayItem(int id);
167int GD_GetSubwayItemForPainting(const std::string& painting_id); 167std::optional<int> GD_GetSubwayItemForPainting(const std::string& painting_id);
168int GD_GetSubwayItemForSunwarp(const SubwaySunwarp& sunwarp); 168int GD_GetSubwayItemForSunwarp(const SubwaySunwarp& sunwarp);
169 169
170#endif /* end of include guard: GAME_DATA_H_9C42AC51 */ 170#endif /* end of include guard: GAME_DATA_H_9C42AC51 */