summaryrefslogtreecommitdiff
path: root/plugins/Actman30/iac_messagebox.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Actman30/iac_messagebox.pas')
-rw-r--r--plugins/Actman30/iac_messagebox.pas4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Actman30/iac_messagebox.pas b/plugins/Actman30/iac_messagebox.pas
index 7d99c5ffb3..41a1068ab2 100644
--- a/plugins/Actman30/iac_messagebox.pas
+++ b/plugins/Actman30/iac_messagebox.pas
@@ -143,7 +143,7 @@ begin
pc:=StrCopyE(section,pAnsiChar(node));
StrCopy(pc,opt_msgtitle); msgtitle:=DBReadUnicode(0,DBBranch,section);
StrCopy(pc,opt_msgtext ); msgtext :=DBReadUnicode(0,DBBranch,section);
- StrCopy(pc,opt_boxopts ); boxopts :=DBReadDword (0,DBBranch,section);
+ StrCopy(pc,opt_boxopts ); boxopts :=DBReadDword (0,DBBranch,section); // v2 = byte
end;
1: begin
@@ -187,6 +187,8 @@ begin
1: begin
end;
}
+ 13: begin
+ end;
end;
end;