aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@einstein.tg15.gathering.org>2015-03-30 22:25:08 +0200
committerroot <root@einstein.tg15.gathering.org>2015-03-30 22:25:08 +0200
commit122daa9d0023bc930d81f522f5bcaffbf5405a57 (patch)
tree1f775ab802f8c90e5d42db386bd9d655a2a46acb
parent31a664b20ba24e1b3348d2bf51cb89fc380b45ea (diff)
parent98820e626686334dc24d29454bf0a9ca2965015d (diff)
Merge branch 'master' of https://github.com/tech-server/tgmanage
-rw-r--r--planning/planning.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/planning/planning.cpp b/planning/planning.cpp
index 7a499ad..b4b3dde 100644
--- a/planning/planning.cpp
+++ b/planning/planning.cpp
@@ -378,7 +378,7 @@ void Planner::init_switches()
}
// Sector 5.
- if (i >= 14 && i <= 22) {
+ if (i >= 15 && i <= 22) {
switches.push_back(Switch(i, 0));
switches.push_back(Switch(i, 1));
}