| 191 |
|
templ: Integer; |
| 192 |
|
Data: TByteData; |
| 193 |
|
offset: Word; |
| 194 |
< |
frame_count: Byte; |
| 194 |
> |
frame_count: Integer; |
| 195 |
|
begin |
| 196 |
|
SetLength(Result, 13); |
| 197 |
|
ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $16C, 2, @frames); |
| 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); |