--- oup/current/Global/DatLinks.pas 2007/03/23 01:53:44 123 +++ oup/current/Global/DatLinks.pas 2007/06/12 20:31:54 215 @@ -493,12 +493,12 @@ begin Result[i*3 + 0].DestID := -1; Result[i*3 + 0].PosDestExts := 'M3GA'; - Result[i*3 + 0].SrcOffset := $20 + i*240 + 4; - Result[i*3 + 0].DestID := -1; + Result[i*3 + 1].SrcOffset := $20 + i*240 + 4; + Result[i*3 + 1].DestID := -1; Result[i*3 + 1].PosDestExts := 'OBAN'; - Result[i*3 + 0].SrcOffset := $20 + i*240 + 8; - Result[i*3 + 0].DestID := -1; + Result[i*3 + 2].SrcOffset := $20 + i*240 + 8; + Result[i*3 + 2].DestID := -1; Result[i*3 + 2].PosDestExts := 'ENVP'; end; end; @@ -1151,7 +1151,7 @@ begin begin for i := 0 to packages - 1 do begin - Result[i].SrcOffset := $120 + i*292 + $134; + Result[i].SrcOffset := $120 + i*292 + $114; Result[i].DestID := -1; Result[i].PosDestExts := 'TSFF'; end;