about summary refs log tree commit diff stats
path: root/src/game_data.h
diff options
context:
space:
mode:
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