X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FOpenGL_Windows.cpp;h=59e17520f3a40a35ce9b9b46d416e2b7014605ed;hb=0cf95a37b66deb42a83a50caad6befea0d345bdf;hp=7fbeb494e423053f40bb92037ef9eae2f931f84e;hpb=f9ef2c2bd027be01928effcabcee2efe21d83dd2;p=lugaru.git diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index 7fbeb49..59e1752 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -19,10 +19,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - +/* No need for Visual Leak Detector #ifdef WIN32 #include #endif +*/ #ifndef USE_DEVIL # ifdef WIN32 @@ -1574,7 +1575,6 @@ int main(int argc, char **argv) LOGFUNC; #ifndef WIN32 // this is in WinMain, too. - logger.start(true); memset( &g_theKeys, 0, sizeof( KeyMap)); #endif @@ -1705,7 +1705,7 @@ int main(int argc, char **argv) std::string e = "Caught exception: "; e += error.what(); - LOG(e, Logger::LOG_ERR); + LOG(e); MessageBox(g_windowHandle, error.what(), "ERROR", MB_OK | MB_ICONEXCLAMATION); } @@ -2364,8 +2364,6 @@ int main(int argc, char **argv) } } - logger.start(true); - memset( &g_theKeys, 0, sizeof( KeyMap)); unsigned int i = 0;