Index: /oup/current/Global/RawList.pas
===================================================================
--- /oup/current/Global/RawList.pas	(revision 170)
+++ /oup/current/Global/RawList.pas	(revision 171)
@@ -196,10 +196,13 @@
   SetLength(Result, 13);
   ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $16C, 2, @frames);
-  {y-pos}
+  {x-z-pos}
   ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $0C, 4, @link);
   Result[0].SrcOffset := $0C;
   Result[0].RawAddr   := link;
-  Result[0].RawSize   := frames * 4;
-  {x-z-pos}
+  if link > 0 then
+    Result[0].RawSize := frames * 4
+  else
+    Result[0].RawSize := 0;
+  {y-pos}
   ConManager.Connection[ConnectionID].LoadDatFilePart(fileid, $10, 4, @link);
   Result[1].SrcOffset := $10;
