|
@@ -82,7 +82,9 @@ end;
|
|
function TBasicActionLink.Update: Boolean;
|
|
function TBasicActionLink.Update: Boolean;
|
|
begin
|
|
begin
|
|
if Assigned(Faction) then
|
|
if Assigned(Faction) then
|
|
- Result := FAction.Update;
|
|
|
|
|
|
+ Result := FAction.Update
|
|
|
|
+ else
|
|
|
|
+ Result:=False;
|
|
end;
|
|
end;
|
|
|
|
|
|
{****************************************************************************}
|
|
{****************************************************************************}
|