mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-13 04:24:39 +00:00
- disable alloc debugging again.
This commit is contained in:
parent
d96a928738
commit
912d8d38bf
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE nothing, LPWSTR cmdline, int
|
|||
_CrtSetDbgFlag (_CrtSetDbgFlag(0) | _CRTDBG_LEAK_CHECK_DF);
|
||||
|
||||
// Use this to break at a specific allocation number.
|
||||
_crtBreakAlloc = 6152;
|
||||
//_crtBreakAlloc = 6152;
|
||||
#endif
|
||||
|
||||
int ret = DoMain (hInstance);
|
||||
|
|
Loading…
Reference in a new issue