Index: oup/current/Global/RawList.pas
===================================================================
--- oup/current/Global/RawList.pas	(revision 168)
+++ oup/current/Global/RawList.pas	(revision 169)
@@ -205,5 +205,8 @@
   Result[1].SrcOffset := $10;
   Result[1].RawAddr   := link;
-  Result[1].RawSize   := frames * 8;
+  if link > 0 then
+    Result[1].RawSize := frames * 8
+  else
+    Result[1].RawSize := 0;
   {attacks}
   ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $182, 1, @tempb);
