Initial left hand driving implementation

This commit is contained in:
Lauren Budorick
2016-07-18 15:34:12 +02:00
committed by Michael Krasnyk
parent b0873e2aa4
commit c09b9b4c99
11 changed files with 92 additions and 17 deletions
+2 -1
View File
@@ -132,7 +132,8 @@ void LuaScriptingEnvironment::InitContext(LuaScriptingContext &context)
&ProfileProperties::SetUturnPenalty)
.def_readwrite("use_turn_restrictions", &ProfileProperties::use_turn_restrictions)
.def_readwrite("continue_straight_at_waypoint",
&ProfileProperties::continue_straight_at_waypoint),
&ProfileProperties::continue_straight_at_waypoint)
.def_readwrite("left_hand_driving", &ProfileProperties::left_hand_driving),
luabind::class_<std::vector<std::string>>("vector").def(
"Add",