Checkin missing file, fixes issue #197
This commit is contained in:
		
							parent
							
								
									556e487a15
								
							
						
					
					
						commit
						c64aaab193
					
				| @ -149,8 +149,8 @@ int main (int argc, char *argv[]) { | ||||
|                                     settings.defaultSpeed = atoi(value.c_str()); | ||||
|                                     settings.speedProfile["default"] = std::make_pair(settings.defaultSpeed, settings.speedProfile.size() ); | ||||
|                                 } else { | ||||
|                                 	if( name == "trafficLightPenalty") { | ||||
|                                 		settings.trafficLightPenalty = atoi(value.c_str()); | ||||
|                                 	if( name == "takeMinimumOfSpeeds") { | ||||
|                                 		settings.takeMinimumOfSpeeds = ("yes" == value); | ||||
|                                 	} | ||||
|                                 } | ||||
|                             } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user