about summary refs log tree commit diff stats
path: root/src/game_data.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-11 17:19:54 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-11 17:19:54 -0400
commit8ad881fed6e388f7a254350532ce58552ef47a1d (patch)
tree0d4b20f6bcc7c5cbdad1cfe46b8ff3ea16ef85a2 /src/game_data.h
parent788c637adc08175533ef0ea54e76688679910cf3 (diff)
downloadlingo-ap-tracker-8ad881fed6e388f7a254350532ce58552ef47a1d.tar.gz
lingo-ap-tracker-8ad881fed6e388f7a254350532ce58552ef47a1d.tar.bz2
lingo-ap-tracker-8ad881fed6e388f7a254350532ce58552ef47a1d.zip
New subway map paintings
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 b087734..be10900 100644 --- a/src/game_data.h +++ b/src/game_data.h
@@ -157,7 +157,7 @@ struct SubwayItem {
157 int x; 157 int x;
158 int y; 158 int y;
159 std::optional<int> door; 159 std::optional<int> door;
160 std::vector<std::string> paintings; 160 std::optional<std::string> painting;
161 std::vector<std::string> tags; // 2-way teleports 161 std::vector<std::string> tags; // 2-way teleports
162 std::vector<std::string> entrances; // teleport entrances 162 std::vector<std::string> entrances; // teleport entrances
163 std::vector<std::string> exits; // teleport exits 163 std::vector<std::string> exits; // teleport exits