about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 2f25257..1a2d116 100644 --- a/src/tracker_state.cpp +++ b/src/tracker_state.cpp
@@ -282,7 +282,7 @@ class StateCalculator {
282 282
283 if (AP_HasEarlyColorHallways() && room_obj.name == "Starting Room") { 283 if (AP_HasEarlyColorHallways() && room_obj.name == "Starting Room") {
284 new_boundary.push_back( 284 new_boundary.push_back(
285 {.destination_room = GD_GetRoomByName("Outside The Undeterred"), 285 {.destination_room = GD_GetRoomByName("Color Hallways"),
286 .type = EntranceType::kPainting}); 286 .type = EntranceType::kPainting});
287 } 287 }
288 288