From a1bbb203b3352a6804e27c31b5523edf0aa981d8 Mon Sep 17 00:00:00 2001 From: Marius Linge Date: Sun, 25 Mar 2018 12:40:40 +0200 Subject: Removed row 1-2 east --- planning/planning.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'planning/planning.cpp') diff --git a/planning/planning.cpp b/planning/planning.cpp index 7aefc8c..846c650 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -362,10 +362,10 @@ void Planner::init_switches() { switches.clear(); for (unsigned i = 1; i <= NUM_ROWS; ++i) { - if (i == 1) { - switches.push_back(Switch(i, 2)); - switches.push_back(Switch(i, 3)); - } +// if (i == 1) { +// switches.push_back(Switch(i, 2)); +// switches.push_back(Switch(i, 3)); +// } if (i == 2) { switches.push_back(Switch(i,0)); switches.push_back(Switch(i,1)); -- cgit v1.2.3