diff options
author | Arne Sund <arnels@stortinget.samfundet.no> | 2015-03-18 19:18:36 +0100 |
---|---|---|
committer | Arne Sund <arnels@stortinget.samfundet.no> | 2015-03-18 19:18:36 +0100 |
commit | 9e2cc629822011141eae400891dcad66ea3d8241 (patch) | |
tree | 97b3dd87a443e135718be9a9f7d94e32f9281d75 /planning/planning.cpp | |
parent | 86f34bced466ecaa765c86bb270e1e388bc71f7b (diff) |
Added a row
Diffstat (limited to 'planning/planning.cpp')
-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 cf51b62..c39c521 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -380,7 +380,7 @@ void Planner::init_switches() } // Sector 2. - if (i >= 31 && i <= 39) { + if (i >= 31 && i <= 40) { switches.push_back(Switch(i, 2)); switches.push_back(Switch(i, 3)); } |