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 3afaec3..68ba5e4 100644 --- a/src/game_data.h +++ b/src/game_data.h
@@ -113,6 +113,7 @@ struct MapArea {
113 int id; 113 int id;
114 std::string name; 114 std::string name;
115 std::vector<Location> locations; 115 std::vector<Location> locations;
116 std::vector<PaintingExit> paintings;
116 int map_x; 117 int map_x;
117 int map_y; 118 int map_y;
118 int classification = 0; 119 int classification = 0;