- split P_SetupLevel so that the main part of it can be made part of the MapLoader class.

- allocate BlockNodes from the same memory arena as SecNodes.
This commit is contained in:
Christoph Oelckers 2018-12-27 23:34:07 +01:00
commit 467c73b2d7
5 changed files with 348 additions and 472 deletions

View file

@ -1343,7 +1343,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 = 227524;
#endif
DoMain (hInstance);