aboutsummaryrefslogtreecommitdiffstats
path: root/planning
diff options
context:
space:
mode:
authorMarius Linge <atrius@pannekake.org>2018-03-25 12:40:40 +0200
committerMarius Linge <atrius@pannekake.org>2018-03-25 12:40:40 +0200
commita1bbb203b3352a6804e27c31b5523edf0aa981d8 (patch)
tree8e5cd4b6c737792f1b950a5a801b7c5fc93af151 /planning
parent44f82d1146a4718fe234c3ab987eb555d0da08ba (diff)
Removed row 1-2 east
Diffstat (limited to 'planning')
-rw-r--r--planning/planning.cpp8
1 files changed, 4 insertions, 4 deletions
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));