Changeset 215 for oup/current/Global


Ignore:
Timestamp:
Jun 12, 2007, 10:31:54 PM (17 years ago)
Author:
alloc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Global/DatLinks.pas

    r153 r215  
    494494      Result[i*3 + 0].PosDestExts := 'M3GA';
    495495
    496       Result[i*3 + 0].SrcOffset := $20 + i*240 + 4;
    497       Result[i*3 + 0].DestID := -1;
     496      Result[i*3 + 1].SrcOffset := $20 + i*240 + 4;
     497      Result[i*3 + 1].DestID := -1;
    498498      Result[i*3 + 1].PosDestExts := 'OBAN';
    499499
    500       Result[i*3 + 0].SrcOffset := $20 + i*240 + 8;
    501       Result[i*3 + 0].DestID := -1;
     500      Result[i*3 + 2].SrcOffset := $20 + i*240 + 8;
     501      Result[i*3 + 2].DestID := -1;
    502502      Result[i*3 + 2].PosDestExts := 'ENVP';
    503503    end;
Note: See TracChangeset for help on using the changeset viewer.