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 a5d5699..e37c276 100644 --- a/src/game_data.h +++ b/src/game_data.h
@@ -92,6 +92,7 @@ struct PaintingExit {
92 int room; 92 int room;
93 std::string internal_id; 93 std::string internal_id;
94 std::optional<int> door; 94 std::optional<int> door;
95 bool entrance = false;
95}; 96};
96 97
97struct Room { 98struct Room {