TBTR: Raise clone buttons when vehicle pick aborted.
This commit is contained in:
@@ -490,6 +490,11 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual void OnPlaceObjectAbort()
|
||||
{
|
||||
this->RaiseButtons();
|
||||
}
|
||||
|
||||
virtual void OnDropdownSelect(int widget, int index)
|
||||
{
|
||||
RailType temp = (RailType) index;
|
||||
|
Reference in New Issue
Block a user