mirror of https://github.com/red-prig/fpPS4.git
oops
This commit is contained in:
parent
a02e895172
commit
b6e51a833f
|
@ -377,13 +377,12 @@ begin
|
||||||
if (ECounts=Length(data)) then Exit;
|
if (ECounts=Length(data)) then Exit;
|
||||||
|
|
||||||
i:=ECounts;
|
i:=ECounts;
|
||||||
|
ECounts:=ECounts+1;
|
||||||
|
|
||||||
data[i]:=C_EXT;
|
data[i]:=C_EXT;
|
||||||
|
|
||||||
EParams:=@data;
|
|
||||||
ECounts:=i+1;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
EParams:=@data;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue