mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-03 22:59:30 +00:00
Fix: Disable "turn around" button for other companies' road vehicles (#10033)
This commit is contained in:
@@ -2795,6 +2795,9 @@ public:
|
||||
if (v->type == VEH_TRAIN) {
|
||||
this->SetWidgetLoweredState(WID_VV_FORCE_PROCEED, Train::From(v)->force_proceed == TFP_SIGNAL);
|
||||
this->SetWidgetDisabledState(WID_VV_FORCE_PROCEED, !is_localcompany);
|
||||
}
|
||||
|
||||
if (v->type == VEH_TRAIN || v->type == VEH_ROAD) {
|
||||
this->SetWidgetDisabledState(WID_VV_TURN_AROUND, !is_localcompany);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user