# | Line 222 | Line 222 | begin | |
---|---|---|
222 | ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $1C, 4, @link); | |
223 | Result[4].SrcOffset := $1C; | |
224 | Result[4].RawAddr := link; | |
225 | < | Result[4].RawSize := 12; |
225 | > | Result[4].RawSize := tempb * 12; |
226 | {shortcut} | |
227 | ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $185, 1, @tempb); | |
228 | ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $20, 4, @link); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |