about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tracker_state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tracker_state.cpp b/src/tracker_state.cpp index 14d302b..66a9f94 100644 --- a/src/tracker_state.cpp +++ b/src/tracker_state.cpp
@@ -309,7 +309,7 @@ class StateCalculator {
309 if (AP_HasEarlyColorHallways() && room_obj.name == "Starting Room") { 309 if (AP_HasEarlyColorHallways() && room_obj.name == "Starting Room") {
310 new_boundary.push_back( 310 new_boundary.push_back(
311 {.source_room = room_exit.destination_room, 311 {.source_room = room_exit.destination_room,
312 .destination_room = GD_GetRoomByName("Outside The Undeterred"), 312 .destination_room = GD_GetRoomByName("Color Hallways"),
313 .type = EntranceType::kPainting}); 313 .type = EntranceType::kPainting});
314 } 314 }
315 315