Changeset 169 for oup/current
- Timestamp:
- Apr 3, 2007, 5:43:53 PM (18 years ago)
- Location:
- oup/current
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Global/RawList.pas
r168 r169 205 205 Result[1].SrcOffset := $10; 206 206 Result[1].RawAddr := link; 207 Result[1].RawSize := frames * 8; 207 if link > 0 then 208 Result[1].RawSize := frames * 8 209 else 210 Result[1].RawSize := 0; 208 211 {attacks} 209 212 ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $182, 1, @tempb);
Note:
See TracChangeset
for help on using the changeset viewer.