From 8669dbdcfe3ac261de8ef9589d08f271572e9690 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 3 Apr 2018 00:53:45 +0200 Subject: [PATCH] - removed test and debug code. # Conflicts: # src/gl/scene/gl_scenedrawer.h --- src/win32/i_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/i_main.cpp b/src/win32/i_main.cpp index 4e704cb97..57b715afc 100644 --- a/src/win32/i_main.cpp +++ b/src/win32/i_main.cpp @@ -1349,7 +1349,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE nothing, LPSTR cmdline, int n _CrtSetDbgFlag (_CrtSetDbgFlag(0) | _CRTDBG_LEAK_CHECK_DF); // Use this to break at a specific allocation number. - _crtBreakAlloc = 177312; + //_crtBreakAlloc = 177312; #endif DoMain (hInstance);