diff Render.cpp @ 1584:cff02d7d3460

Merge
author Nomad
date Tue, 10 Sep 2013 21:08:06 +0200
parents 75fafd8ced59 56cc81b1ed49
children c24e91e9a108 8094f1706b1f
line wrap: on
line diff
--- a/Render.cpp	Tue Sep 10 21:07:07 2013 +0200
+++ b/Render.cpp	Tue Sep 10 21:08:06 2013 +0200
@@ -6451,7 +6451,7 @@
       Error("HiScreen16::LoadTexture - D3Drend->CreateTexture() failed: %x", 0);
     //v10 = *pOutSurface;
     //v11 = 0;
-    if ( bMipMaps )
+    if (bMipMaps)
     {
       Dst._450DDE();
       //v20 = 0;
@@ -6470,7 +6470,7 @@
 
         if ( LockSurface_DDraw4(pNextSurf, &desc, DDLOCK_WAIT | DDLOCK_WRITEONLY) )
         {
-          Dst.sub_451007_scale_image_bicubic(
+          /*Dst.sub_451007_scale_image_bicubic(
             pHWLTexture->pPixels,
             pHWLTexture->uWidth,
             pHWLTexture->uHeight,
@@ -6480,7 +6480,7 @@
             desc.dwHeight,
             desc.lPitch >> 1,
             0,
-            0);
+            0);*/
           ErrD3D(pNextSurf->Unlock(0));
           //bMipMaps = 0x4D86ACu;
         }