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 31a1e78..fd7301f 100644 --- a/src/game_data.h +++ b/src/game_data.h
@@ -102,6 +102,7 @@ struct PaintingExit {
102 int id; 102 int id;
103 int room; 103 int room;
104 std::string internal_id; 104 std::string internal_id;
105 std::string display_name;
105 std::optional<int> door; 106 std::optional<int> door;
106 bool entrance = false; 107 bool entrance = false;
107}; 108};