mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-07 11:48:04 -05:00
Lape-wrappers: Fix by nielsie95.
This commit is contained in:
parent
9deb9a1b67
commit
a143016beb
@ -158,9 +158,9 @@ begin
|
|||||||
|
|
||||||
for iii := 0 to High(c) do
|
for iii := 0 to High(c) do
|
||||||
begin
|
begin
|
||||||
if (iii> 0) then
|
if (iii+ii> 0) then
|
||||||
s := s+', ';
|
s := s+', ';
|
||||||
s := s+PtrName(d.ShortText)+'(Params^['+IntToStr(iii)+'])^';
|
s := s+PtrName(d.ShortText)+'(Params^['+IntToStr(iii+ii)+'])^';
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user