--- oup/current/Global/DatLinks.pas 2007/04/01 19:36:49 153 +++ 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;