Add slot support to road vehicles, ships and aircraft
This commit is contained in:
@@ -1094,8 +1094,8 @@ public:
|
||||
break;
|
||||
|
||||
case ADI_TRACERESTRICT_SLOT_MGMT: {
|
||||
extern void ShowTraceRestrictSlotWindow(CompanyID company);
|
||||
ShowTraceRestrictSlotWindow(this->owner);
|
||||
extern void ShowTraceRestrictSlotWindow(CompanyID company, VehicleType vehtype);
|
||||
ShowTraceRestrictSlotWindow(this->owner, this->vli.vtype);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user