about summary refs log tree commit diff stats
path: root/game_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'game_data.h')
-rw-r--r--game_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game_data.h b/game_data.h index 00d6328..4f93d92 100644 --- a/game_data.h +++ b/game_data.h
@@ -52,7 +52,7 @@ struct Room {
52 52
53struct Location { 53struct Location {
54 std::string name; 54 std::string name;
55 int location_id = -1; 55 std::string ap_location_name;
56 int room; 56 int room;
57 std::vector<int> panels; 57 std::vector<int> panels;
58}; 58};