diff options
Diffstat (limited to 'src/tracker_state.cpp')
-rw-r--r-- | src/tracker_state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tracker_state.cpp b/src/tracker_state.cpp index 2ee705c..8d5d904 100644 --- a/src/tracker_state.cpp +++ b/src/tracker_state.cpp | |||
@@ -296,7 +296,7 @@ class StateCalculator { | |||
296 | if (AP_HasEarlyColorHallways() && room_obj.name == "Starting Room") { | 296 | if (AP_HasEarlyColorHallways() && room_obj.name == "Starting Room") { |
297 | new_boundary.push_back( | 297 | new_boundary.push_back( |
298 | {.source_room = room_exit.destination_room, | 298 | {.source_room = room_exit.destination_room, |
299 | .destination_room = GD_GetRoomByName("Outside The Undeterred"), | 299 | .destination_room = GD_GetRoomByName("Color Hallways"), |
300 | .type = EntranceType::kPainting}); | 300 | .type = EntranceType::kPainting}); |
301 | } | 301 | } |
302 | 302 | ||