From 7589dfda256503ef78c175f2b08891dea6fff86b 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. --- src/gl/scene/gl_scenedrawer.h | 1 - src/win32/i_main.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gl/scene/gl_scenedrawer.h b/src/gl/scene/gl_scenedrawer.h index c926d0aaef..4f59120acf 100644 --- a/src/gl/scene/gl_scenedrawer.h +++ b/src/gl/scene/gl_scenedrawer.h @@ -56,7 +56,6 @@ public: int FixedColormap; area_t in_area; BitArray CurrentMapSections; // this cannot be a single number, because a group of portals with the same displacement may link different sections. - FDrawInfo * gl_drawinfo; angle_t FrustumAngle(); void SetViewMatrix(float vx, float vy, float vz, bool mirror, bool planemirror); diff --git a/src/win32/i_main.cpp b/src/win32/i_main.cpp index 3e4b88d1a7..90e437a146 100644 --- a/src/win32/i_main.cpp +++ b/src/win32/i_main.cpp @@ -1351,7 +1351,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);