TBTR: Add support for vehicle reversed flag

This commit is contained in:
Jonathan G Rennison
2021-01-10 18:10:20 +00:00
parent e9f7783327
commit 515aeb04e0
7 changed files with 23 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ TemplateVehicle::TemplateVehicle(VehicleType ty, EngineID eid, byte subtypeflag,
this->owner = current_owner;
this->real_consist_length = 0;
this->ctrl_flags = 0;
}
TemplateVehicle::~TemplateVehicle() {