Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 8d0db809 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

Pull request #904: Develop

Merge in VECTO/vecto-sim from VECTO/mq_vecto-sim:develop to master

* commit 'd4af5fc1':
  Bugfix saving VECTO Job (vehicle): use file version 9 to correctly write/read APTEcoRoll flag
  Bugfix saving VECTO Job (vehicle): use file version 9 to correctly write/read APTEcoRoll flag
parents 65f83077 d4af5fc1
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ public class JSONFileWriter : IOutputFileWriter
public const int GearboxFormatVersion = 6;
public const int VehicleFormatVersion = 8;
public const int VehicleFormatVersion = 9;
//public const int BusVehicleFormatVersion = 9;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment