diff options
Diffstat (limited to 'planning/planning.cpp')
| -rw-r--r-- | planning/planning.cpp | 10 | 
1 files changed, 6 insertions, 4 deletions
| 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)); +			}  		}  	} | 
