Initial implementation of tracerestrict counter mechanism
This commit is contained in:
@@ -1006,6 +1006,12 @@ public:
|
||||
break;
|
||||
}
|
||||
|
||||
case ADI_TRACERESTRICT_COUNTER_MGMT: {
|
||||
extern void ShowTraceRestrictCounterWindow(CompanyID company);
|
||||
ShowTraceRestrictCounterWindow(this->owner);
|
||||
break;
|
||||
}
|
||||
|
||||
default: NOT_REACHED();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user