| 155 |
|
Data := nil; |
| 156 |
|
TAccess_OniArchive(ConManager.Connection[ConnectionID]).LoadRawOffset( |
| 157 |
|
False, baselink, lastlink + 1024, Data); |
| 158 |
+ |
Data.Seek(lastlink, soFromBeginning); |
| 159 |
|
|
| 160 |
|
foundzeros := 0; |
| 161 |
|
repeat |
| 222 |
|
ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $1C, 4, @link); |
| 223 |
|
Result[4].SrcOffset := $1C; |
| 224 |
|
Result[4].RawAddr := link; |
| 225 |
< |
Result[4].RawSize := tempb * 8; |
| 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); |