diff options
-rw-r--r-- | planning/planning.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planning/planning.cpp b/planning/planning.cpp index dd7966e..3c215be 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -370,7 +370,7 @@ void Planner::init_switches() switches.push_back(Switch(i, 3)); } - /* Crew seating spans from row 38 to row 40 on the west side */ + /* Crew seating spans from row 75 to row 80 on the west side */ if (i >= 38 && i <= 40) { switches.push_back(Switch(i,0)); // Crew seating switches.push_back(Switch(i,1)); // Crew seating |