diff LOD.cpp @ 2442:702cc7e6eefd

some more memory accesses fixed
author Grumpy7
date Thu, 24 Jul 2014 01:39:07 +0200
parents 0313c761d203
children ff7f4995aa25
line wrap: on
line diff
--- a/LOD.cpp	Thu Jul 24 01:11:36 2014 +0200
+++ b/LOD.cpp	Thu Jul 24 01:39:07 2014 +0200
@@ -1151,6 +1151,9 @@
   this->pHardwareSurfaces = 0;
   this->pHardwareTextures = 0;
   this->ptr_011BB4 = 0;
+  this->uTextureRedBits = 0;
+  this->uTextureGreenBits = 0;
+  this->uTextureBlueBits = 0;
 }
 
 //----- (004621A7) --------------------------------------------------------