# HG changeset patch # User Grumpy7 # Date 1406158747 -7200 # Node ID 702cc7e6eefd727245099899c427eaa2aaa94614 # Parent 135b2116db9d03c85336edbcf6ad9380a135e59f some more memory accesses fixed diff -r 135b2116db9d -r 702cc7e6eefd Game.cpp --- a/Game.cpp Thu Jul 24 01:11:36 2014 +0200 +++ b/Game.cpp Thu Jul 24 01:39:07 2014 +0200 @@ -709,6 +709,7 @@ pGames_LOD->FreeSubIndexAndIO(); ClipCursor(0); Game::Destroy(); + delete pEventTimer; } //----- (0044EE7C) -------------------------------------------------------- diff -r 135b2116db9d -r 702cc7e6eefd LOD.cpp --- 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) --------------------------------------------------------