diff Indoor.cpp @ 435:4f451a616d3d

blv reloading fixed
author Nomad
date Sun, 24 Feb 2013 03:07:03 +0200
parents 137c59c3dbc4
children 0dbf780e247f
line wrap: on
line diff
--- a/Indoor.cpp	Sun Feb 24 01:42:35 2013 +0200
+++ b/Indoor.cpp	Sun Feb 24 03:07:03 2013 +0200
@@ -2885,7 +2885,7 @@
   {
     memcpy(v203, pData, 0x36B);
 LABEL_132:
-    free(File);
+    free(pRawDLV);
     dlv.uLastRepawnDay = a3;
     if (_v244)
       ++dlv.uNumRespawns;
@@ -2896,7 +2896,7 @@
     auto v155 = header.uCompressedSize;
     auto Count = header.uDecompressedSize;
     auto Src = (BLVFace *)malloc(header.uDecompressedSize);
-    File = (FILE *)Src;
+    pRawDLV = Src;
     if ( v155 <= Count )
     {
       if ( v155 == Count )