From 0a5eb8a3efe6276a11c5ff4caef39e0edb1a3a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Solbj=C3=B8rg?= Date: Sun, 2 Apr 2023 10:25:39 +0200 Subject: add new row --- planning/planning.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'planning/planning.cpp') diff --git a/planning/planning.cpp b/planning/planning.cpp index 94f83cc..e698490 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -381,10 +381,12 @@ void Planner::init_switches() // No seats here for TG23 if (i >= 37 && i <= 41) { - // switches.push_back(Switch(i,0)); - // switches.push_back(Switch(i,1)); - // switches.push_back(Switch(i,2)); - // switches.push_back(Switch(i,3)); + //switches.push_back(Switch(i,0)); + //switches.push_back(Switch(i,1)); + if (i == 37) { + switches.push_back(Switch(i,2)); + switches.push_back(Switch(i,3)); + } } } -- cgit v1.2.3