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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game_data.h b/src/game_data.h index be10900..24760de 100644 --- a/src/game_data.h +++ b/src/game_data.h
@@ -156,6 +156,7 @@ struct SubwayItem {
156 int id; 156 int id;
157 int x; 157 int x;
158 int y; 158 int y;
159 bool tilted = false;
159 std::optional<int> door; 160 std::optional<int> door;
160 std::optional<std::string> painting; 161 std::optional<std::string> painting;
161 std::vector<std::string> tags; // 2-way teleports 162 std::vector<std::string> tags; // 2-way teleports