summaryrefslogtreecommitdiff
path: root/plugins/Actman/i_services.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Actman/i_services.inc')
-rw-r--r--plugins/Actman/i_services.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Actman/i_services.inc b/plugins/Actman/i_services.inc
index 2954fa4b15..6bd0ddc0e3 100644
--- a/plugins/Actman/i_services.inc
+++ b/plugins/Actman/i_services.inc
@@ -180,6 +180,12 @@ var
tmp:pActStartData;
i:integer;
begin
+ if (macro.flags and (ACF_USEDNOW or ACF_SINGLEINST))=(ACF_USEDNOW or ACF_SINGLEINST) then
+ begin
+ result:=-1;
+ exit;
+ end;
+
mGetMem (tmp ,SizeOf(tActStartData));
FillChar(tmp^,SizeOf(tActStartData),0);